#CDBF45

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

Shades of Old Gold #CDBF45

Tints of Old Gold #CDBF45

Color information

#CDBF45 (or 0xCDBF45) is unknown color: approx Old Gold. HEX triplet: CD, BF and 45. RGB value is (205,191,69). Sum of RGB (Red+Green+Blue) = 205+191+69=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF45 is #3240BA. Grayscale: #B5B5B5. Windows color (decimal): -3293371 or 4571085. OLE color: 4571085.

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

Color convert

RGB20519169-
CMYK00.070.660.20
HSL53.82º57.63%53.73%-
HSV(B)53.82º66.34%80.39%-
XYZ44.8850.6713.05-
YUV181.2864.64144.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 69 (27.34% from 255) = 14.84%
R=44.09%
G=41.08%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051916900.070.660.2053.8257.6353.73
HexCDBF45074214363a36
Octal3152771050710224667266
Binary110011011011111110001010111100001010100110110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF45; }

 p { color: rgb(205,191,69); }

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

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

 a { background-color: rgb(205,191,69); }

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

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

 span { border-color: rgb(205,191,69); }

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