#CDB932

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

Shades of Old Gold #CDB932

Tints of Old Gold #CDB932

Color information

#CDB932 (or 0xCDB932) is unknown color: approx Old Gold. HEX triplet: CD, B9 and 32. RGB value is (205,185,50). Sum of RGB (Red+Green+Blue) = 205+185+50=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB932 is #3246CD. Grayscale: #B0B0B0. Windows color (decimal): -3294926 or 3324365. OLE color: 3324365.

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

Color convert

RGB20518550-
CMYK00.100.760.20
HSL52.26º60.78%50%-
HSV(B)52.26º75.61%80.39%-
XYZ43.147.919.99-
YUV175.5957.13148.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 50 (19.92% from 255) = 11.36%
R=46.59%
G=42.05%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051855000.100.760.2052.2660.7850
HexCDB9320A4C14343d32
Octal3152716201211424647562
Binary110011011011100111001001010100110010100110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB932; }

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

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

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

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

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

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

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

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