#CBBB42

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

Shades of Old Gold #CBBB42

Tints of Old Gold #CBBB42

Color information

#CBBB42 (or 0xCBBB42) is unknown color: approx Old Gold. HEX triplet: CB, BB and 42. RGB value is (203,187,66). Sum of RGB (Red+Green+Blue) = 203+187+66=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB42 is #3444BD. Grayscale: #B2B2B2. Windows color (decimal): -3425470 or 4373451. OLE color: 4373451.

HSL color Cylindrical-coordinate representation of color #CBBB42: hue angle of 52.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBBB42 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20318766-
CMYK00.080.670.20
HSL52.99º56.85%52.75%-
HSV(B)52.99º67.49%79.61%-
XYZ43.3848.6312.25-
YUV177.9964.8145.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 66 (26.17% from 255) = 14.47%
R=44.52%
G=41.01%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031876600.080.670.2052.9956.8552.75
HexCBBB42084314353935
Octal31327310201010324657165
Binary1100101110111011100001001000100001110100110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB42; }

 p { color: rgb(203,187,66); }

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

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

 a { background-color: rgb(203,187,66); }

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

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

 span { border-color: rgb(203,187,66); }

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