#CBB42F

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

Shades of Old Gold #CBB42F

Tints of Old Gold #CBB42F

Color information

#CBB42F (or 0xCBB42F) is unknown color: approx Old Gold. HEX triplet: CB, B4 and 2F. RGB value is (203,180,47). Sum of RGB (Red+Green+Blue) = 203+180+47=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB42F is #344BD0. Grayscale: #ACACAC. Windows color (decimal): -3427281 or 3126475. OLE color: 3126475.

HSL color Cylindrical-coordinate representation of color #CBB42F: hue angle of 51.15º degrees, saturation: 0.62, 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 #CBB42F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20318047-
CMYK00.110.770.20
HSL51.15º62.4%49.02%-
HSV(B)51.15º76.85%79.61%-
XYZ41.4645.549.29-
YUV171.7257.62150.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 47 (18.75% from 255) = 10.93%
R=47.21%
G=41.86%
B=10.93%

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
Decimal2031804700.110.770.2051.1562.449.02
HexCBB42F0B4D14333e31
Octal3132645701311524637661
Binary110010111011010010111101011100110110100110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB42F; }

 p { color: rgb(203,180,47); }

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

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

 a { background-color: rgb(203,180,47); }

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

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

 span { border-color: rgb(203,180,47); }

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