#CBBA35

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

Shades of Old Gold #CBBA35

Tints of Old Gold #CBBA35

Color information

#CBBA35 (or 0xCBBA35) is unknown color: approx Old Gold. HEX triplet: CB, BA and 35. RGB value is (203,186,53). Sum of RGB (Red+Green+Blue) = 203+186+53=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA35 is #3445CA. Grayscale: #B0B0B0. Windows color (decimal): -3425739 or 3521227. OLE color: 3521227.

HSL color Cylindrical-coordinate representation of color #CBBA35: hue angle of 53.2º 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 #CBBA35 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20318653-
CMYK00.080.740.20
HSL53.2º59.06%50.2%-
HSV(B)53.2º73.89%79.61%-
XYZ42.8348.0710.39-
YUV175.9258.63147.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 53 (21.09% from 255) = 11.99%
R=45.93%
G=42.08%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031865300.080.740.2053.259.0650.2
HexCBBA35084A14353b32
Octal3132726501011224657362
Binary110010111011101011010101000100101010100110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA35; }

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

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

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

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

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

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

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

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