#CDBF37

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

Shades of Old Gold #CDBF37

Tints of Old Gold #CDBF37

Color information

#CDBF37 (or 0xCDBF37) is unknown color: approx Old Gold. HEX triplet: CD, BF and 37. RGB value is (205,191,55). Sum of RGB (Red+Green+Blue) = 205+191+55=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF37 is #3240C8. Grayscale: #B4B4B4. Windows color (decimal): -3293385 or 3653581. OLE color: 3653581.

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

Color convert

RGB20519155-
CMYK00.070.730.20
HSL54.4º60%50.98%-
HSV(B)54.4º73.17%80.39%-
XYZ44.550.5211.02-
YUV179.6857.64146.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 55 (21.88% from 255) = 12.20%
R=45.45%
G=42.35%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051915500.070.730.2054.46050.98
HexCDBF37074914363c33
Octal315277670711124667463
Binary11001101101111111101110111100100110100110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF37; }

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

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

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

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

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

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

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

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