#cbbd31

Color #CBBD31 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CBBD31

Tints of Old Gold #CBBD31

Color information

#CBBD31 (or 0xCBBD31) is unknown color: approx Old Gold. HEX triplet: CB, BD and 31. RGB value is (203,189,49). Sum of RGB (Red+Green+Blue) = 203+189+49=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD31 is #3442CE. Grayscale: #B1B1B1. Windows color (decimal): -3424975 or 3259851. OLE color: 3259851.

HSL color Cylindrical-coordinate representation of color #CBBD31: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBBD31 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20318949-
CMYK00.070.760.20
HSL54.55º61.11%49.41%-
HSV(B)54.55º75.86%79.61%-
XYZ43.3849.3110.14-
YUV177.2355.64146.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 49 (19.53% from 255) = 11.11%
R=46.03%
G=42.86%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031894900.070.760.2054.5561.1149.41
HexCBBD31074C14373d31
Octal313275610711424677561
Binary11001011101111011100010111100110010100110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbd31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbd31; }

 p { color: rgb(203,189,49); }

 H1.HeaderClassName
 {
   color: #cbbd31;
 }
 .AnyTagClassName
 {
   color: #cbbd31;
 }
</style>
background-color css

<style>
 a { background-color: #cbbd31; }

 a { background-color: rgb(203,189,49); }

 div.DivClassName
 {
   background-color: #cbbd31;
 }
 .BgClassName
 {
   background-color: #cbbd31;
 }
</style>
border-color css

<style>
 span { border-color: #cbbd31; }

 span { border-color: rgb(203,189,49); }

 td.TdClassName
 {
   border-color: #cbbd31;
 }
 .TagClassName
 {
   border-color: #cbbd31;
 }
</style>