#CDB332

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

Shades of Old Gold #CDB332

Tints of Old Gold #CDB332

Color information

#CDB332 (or 0xCDB332) is unknown color: approx Old Gold. HEX triplet: CD, B3 and 32. RGB value is (205,179,50). Sum of RGB (Red+Green+Blue) = 205+179+50=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB332 is #324CCD. Grayscale: #ACACAC. Windows color (decimal): -3296462 or 3322829. OLE color: 3322829.

HSL color Cylindrical-coordinate representation of color #CDB332: hue angle of 49.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB332 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20517950-
CMYK00.130.760.20
HSL49.94º60.78%50%-
HSV(B)49.94º75.61%80.39%-
XYZ41.8745.459.58-
YUV172.0759.11151.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 50 (19.92% from 255) = 11.52%
R=47.24%
G=41.24%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051795000.130.760.2049.9460.7850
HexCDB3320D4C14323d32
Octal3152636201511424627562
Binary110011011011001111001001101100110010100110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB332; }

 p { color: rgb(205,179,50); }

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

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

 a { background-color: rgb(205,179,50); }

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

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

 span { border-color: rgb(205,179,50); }

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