#CBB32D

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

Shades of Old Gold #CBB32D

Tints of Old Gold #CBB32D

Color information

#CBB32D (or 0xCBB32D) is unknown color: approx Old Gold. HEX triplet: CB, B3 and 2D. RGB value is (203,179,45). Sum of RGB (Red+Green+Blue) = 203+179+45=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB32D is #344CD2. Grayscale: #ABABAB. Windows color (decimal): -3427539 or 2995147. OLE color: 2995147.

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

Color convert

RGB20317945-
CMYK00.120.780.20
HSL50.89º63.71%48.63%-
HSV(B)50.89º77.83%79.61%-
XYZ41.2245.139.02-
YUV170.956.95150.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 45 (17.97% from 255) = 10.54%
R=47.54%
G=41.92%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031794500.120.780.2050.8963.7148.63
HexCBB32D0C4E14334031
Octal31326355014116246310061
Binary1100101110110011101101011001001110101001100111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB32D; }

 p { color: rgb(203,179,45); }

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

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

 a { background-color: rgb(203,179,45); }

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

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

 span { border-color: rgb(203,179,45); }

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