#CBB52E

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

Shades of Old Gold #CBB52E

Tints of Old Gold #CBB52E

Color information

#CBB52E (or 0xCBB52E) is unknown color: approx Old Gold. HEX triplet: CB, B5 and 2E. RGB value is (203,181,46). Sum of RGB (Red+Green+Blue) = 203+181+46=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB52E is #344AD1. Grayscale: #ACACAC. Windows color (decimal): -3427026 or 3061195. OLE color: 3061195.

HSL color Cylindrical-coordinate representation of color #CBB52E: hue angle of 51.59º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB52E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20318146-
CMYK00.110.770.20
HSL51.59º63.05%48.82%-
HSV(B)51.59º77.34%79.61%-
XYZ41.6545.949.26-
YUV172.1956.79149.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 46 (18.36% from 255) = 10.70%
R=47.21%
G=42.09%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031814600.110.770.2051.5963.0548.82
HexCBB52E0B4D14343f31
Octal3132655601311524647761
Binary110010111011010110111001011100110110100110100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB52E; }

 p { color: rgb(203,181,46); }

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

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

 a { background-color: rgb(203,181,46); }

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

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

 span { border-color: rgb(203,181,46); }

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