#CBC035

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

Shades of Old Gold #CBC035

Tints of Old Gold #CBC035

Color information

#CBC035 (or 0xCBC035) is unknown color: approx Old Gold. HEX triplet: CB, C0 and 35. RGB value is (203,192,53). Sum of RGB (Red+Green+Blue) = 203+192+53=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC035 is #343FCA. Grayscale: #B4B4B4. Windows color (decimal): -3424203 or 3522763. OLE color: 3522763.

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

Color convert

RGB20319253-
CMYK00.050.740.20
HSL55.6º59.06%50.2%-
HSV(B)55.6º73.89%79.61%-
XYZ44.1250.6510.82-
YUV179.4456.64144.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 11.83%
R=45.31%
G=42.86%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031925300.050.740.2055.659.0650.2
HexCBC035054A14383b32
Octal313300650511224707362
Binary11001011110000001101010101100101010100111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC035; }

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

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

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

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

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

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

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

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