#CDAF38

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

Shades of Old Gold #CDAF38

Tints of Old Gold #CDAF38

Color information

#CDAF38 (or 0xCDAF38) is unknown color: approx Old Gold. HEX triplet: CD, AF and 38. RGB value is (205,175,56). Sum of RGB (Red+Green+Blue) = 205+175+56=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF38 is #3250C7. Grayscale: #AAAAAA. Windows color (decimal): -3297480 or 3715021. OLE color: 3715021.

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

Color convert

RGB20517556-
CMYK00.150.730.20
HSL47.92º59.84%51.18%-
HSV(B)47.92º72.68%80.39%-
XYZ41.2243.9210.05-
YUV170.463.44152.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 56 (22.27% from 255) = 12.84%
R=47.02%
G=40.14%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051755600.150.730.2047.9259.8451.18
HexCDAF380F4914303c33
Octal3152577001711124607463
Binary110011011010111111100001111100100110100110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF38; }

 p { color: rgb(205,175,56); }

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

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

 a { background-color: rgb(205,175,56); }

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

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

 span { border-color: rgb(205,175,56); }

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