#CDBD31

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

Shades of Old Gold #CDBD31

Tints of Old Gold #CDBD31

Color information

#CDBD31 (or 0xCDBD31) is unknown color: approx Old Gold. HEX triplet: CD, BD and 31. RGB value is (205,189,49). Sum of RGB (Red+Green+Blue) = 205+189+49=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD31 is #3242CE. Grayscale: #B2B2B2. Windows color (decimal): -3293903 or 3259853. OLE color: 3259853.

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

Color convert

RGB20518949-
CMYK00.080.760.20
HSL53.85º61.42%49.8%-
HSV(B)53.85º76.1%80.39%-
XYZ43.9349.610.16-
YUV177.8255.3147.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 49 (19.53% from 255) = 11.06%
R=46.28%
G=42.66%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051894900.080.760.2053.8561.4249.8
HexCDBD31084C14363d32
Octal3152756101011424667562
Binary110011011011110111000101000100110010100110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD31; }

 p { color: rgb(205,189,49); }

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

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

 a { background-color: rgb(205,189,49); }

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

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

 span { border-color: rgb(205,189,49); }

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