#CBBC4B

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

Shades of Old Gold #CBBC4B

Tints of Old Gold #CBBC4B

Color information

#CBBC4B (or 0xCBBC4B) is unknown color: approx Old Gold. HEX triplet: CB, BC and 4B. RGB value is (203,188,75). Sum of RGB (Red+Green+Blue) = 203+188+75=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC4B is #3443B4. Grayscale: #B4B4B4. Windows color (decimal): -3425205 or 4963531. OLE color: 4963531.

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

Color convert

RGB20318875-
CMYK00.070.630.20
HSL52.97º55.17%54.51%-
HSV(B)52.97º63.05%79.61%-
XYZ43.8849.1713.83-
YUV179.668.97144.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 75 (29.69% from 255) = 16.09%
R=43.56%
G=40.34%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031887500.070.630.2052.9755.1754.51
HexCBBC4B073F14353737
Octal313274113077724656767
Binary11001011101111001001011011111111110100110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC4B; }

 p { color: rgb(203,188,75); }

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

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

 a { background-color: rgb(203,188,75); }

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

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

 span { border-color: rgb(203,188,75); }

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