#CDB241

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

Shades of Old Gold #CDB241

Tints of Old Gold #CDB241

Color information

#CDB241 (or 0xCDB241) is unknown color: approx Old Gold. HEX triplet: CD, B2 and 41. RGB value is (205,178,65). Sum of RGB (Red+Green+Blue) = 205+178+65=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB241 is #324DBE. Grayscale: #ADADAD. Windows color (decimal): -3296703 or 4305613. OLE color: 4305613.

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

Color convert

RGB20517865-
CMYK00.130.680.20
HSL48.43º58.33%52.94%-
HSV(B)48.43º68.29%80.39%-
XYZ42.0545.211.51-
YUV173.1966.95150.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 65 (25.78% from 255) = 14.51%
R=45.76%
G=39.73%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051786500.130.680.2048.4358.3352.94
HexCDB2410D4414303a35
Octal31526210101510424607265
Binary1100110110110010100000101101100010010100110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB241; }

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

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

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

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

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

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

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

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