#CBBB35

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

Shades of Old Gold #CBBB35

Tints of Old Gold #CBBB35

Color information

#CBBB35 (or 0xCBBB35) is unknown color: approx Old Gold. HEX triplet: CB, BB and 35. RGB value is (203,187,53). Sum of RGB (Red+Green+Blue) = 203+187+53=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB35 is #3444CA. Grayscale: #B1B1B1. Windows color (decimal): -3425483 or 3521483. OLE color: 3521483.

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

Color convert

RGB20318753-
CMYK00.080.740.20
HSL53.6º59.06%50.2%-
HSV(B)53.6º73.89%79.61%-
XYZ43.0448.4910.46-
YUV176.5158.3146.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 53 (21.09% from 255) = 11.96%
R=45.82%
G=42.21%
B=11.96%

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
Decimal2031875300.080.740.2053.659.0650.2
HexCBBB35084A14363b32
Octal3132736501011224667362
Binary110010111011101111010101000100101010100110110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB35; }

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

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

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

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

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

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

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

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