#CBBB46

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

Shades of Old Gold #CBBB46

Tints of Old Gold #CBBB46

Color information

#CBBB46 (or 0xCBBB46) is unknown color: approx Old Gold. HEX triplet: CB, BB and 46. RGB value is (203,187,70). Sum of RGB (Red+Green+Blue) = 203+187+70=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB46 is #3444B9. Grayscale: #B2B2B2. Windows color (decimal): -3425466 or 4635595. OLE color: 4635595.

HSL color Cylindrical-coordinate representation of color #CBBB46: hue angle of 52.78º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBBB46 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20318770-
CMYK00.080.660.20
HSL52.78º56.12%53.53%-
HSV(B)52.78º65.52%79.61%-
XYZ43.548.6812.9-
YUV178.4566.8145.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=44.13%
G=40.65%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031877000.080.660.2052.7856.1253.53
HexCBBB46084214353836
Octal31327310601010224657066
Binary1100101110111011100011001000100001010100110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB46; }

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

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

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

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

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

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

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

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