#CDB232

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

Shades of Old Gold #CDB232

Tints of Old Gold #CDB232

Color information

#CDB232 (or 0xCDB232) is unknown color: approx Old Gold. HEX triplet: CD, B2 and 32. RGB value is (205,178,50). Sum of RGB (Red+Green+Blue) = 205+178+50=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB232 is #324DCD. Grayscale: #ACACAC. Windows color (decimal): -3296718 or 3322573. OLE color: 3322573.

HSL color Cylindrical-coordinate representation of color #CDB232: hue angle of 49.55º 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 #CDB232 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20517850-
CMYK00.130.760.20
HSL49.55º60.78%50%-
HSV(B)49.55º75.61%80.39%-
XYZ41.6745.059.52-
YUV171.4859.45151.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=47.34%
G=41.11%
B=11.55%

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
Decimal2051785000.130.760.2049.5560.7850
HexCDB2320D4C14323d32
Octal3152626201511424627562
Binary110011011011001011001001101100110010100110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB232; }

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

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

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

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

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

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

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

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