#CBC03B

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

Shades of Old Gold #CBC03B

Tints of Old Gold #CBC03B

Color information

#CBC03B (or 0xCBC03B) is unknown color: approx Old Gold. HEX triplet: CB, C0 and 3B. RGB value is (203,192,59). Sum of RGB (Red+Green+Blue) = 203+192+59=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC03B is #343FC4. Grayscale: #B4B4B4. Windows color (decimal): -3424197 or 3915979. OLE color: 3915979.

HSL color Cylindrical-coordinate representation of color #CBC03B: hue angle of 55.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBC03B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20319259-
CMYK00.050.710.20
HSL55.42º58.06%51.37%-
HSV(B)55.42º70.94%79.61%-
XYZ44.2750.7111.59-
YUV180.1359.64144.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 59 (23.44% from 255) = 13.00%
R=44.71%
G=42.29%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031925900.050.710.2055.4258.0651.37
HexCBC03B054714373a33
Octal313300730510724677263
Binary11001011110000001110110101100011110100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC03B; }

 p { color: rgb(203,192,59); }

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

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

 a { background-color: rgb(203,192,59); }

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

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

 span { border-color: rgb(203,192,59); }

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