#CDBD41

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

Shades of Old Gold #CDBD41

Tints of Old Gold #CDBD41

Color information

#CDBD41 (or 0xCDBD41) is unknown color: approx Old Gold. HEX triplet: CD, BD and 41. RGB value is (205,189,65). Sum of RGB (Red+Green+Blue) = 205+189+65=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD41 is #3242BE. Grayscale: #B4B4B4. Windows color (decimal): -3293887 or 4308429. OLE color: 4308429.

HSL color Cylindrical-coordinate representation of color #CDBD41: hue angle of 53.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDBD41 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20518965-
CMYK00.080.680.20
HSL53.14º58.33%52.94%-
HSV(B)53.14º68.29%80.39%-
XYZ44.3349.7612.27-
YUV179.6563.3146.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 65 (25.78% from 255) = 14.16%
R=44.66%
G=41.18%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051896500.080.680.2053.1458.3352.94
HexCDBD41084414353a35
Octal31527510101010424657265
Binary1100110110111101100000101000100010010100110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD41; }

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

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

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

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

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

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

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

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