#DAAF38

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

Shades of Metallic Gold #DAAF38

Tints of Metallic Gold #DAAF38

Color information

#DAAF38 (or 0xDAAF38) is unknown color: approx Metallic Gold. HEX triplet: DA, AF and 38. RGB value is (218,175,56). Sum of RGB (Red+Green+Blue) = 218+175+56=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF38 is #2550C7. Grayscale: #AEAEAE. Windows color (decimal): -2445512 or 3715034. OLE color: 3715034.

HSL color Cylindrical-coordinate representation of color #DAAF38: hue angle of 44.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAAF38 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB21817556-
CMYK00.200.740.15
HSL44.07º68.64%53.73%-
HSV(B)44.07º74.31%85.49%-
XYZ44.9645.8510.22-
YUV174.2961.25159.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 56 (22.27% from 255) = 12.47%
R=48.55%
G=38.98%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181755600.200.740.1544.0768.6453.73
HexDAAF380144AF2c4536
Octal33225770024112175410566
Binary1101101010101111111000010100100101011111011001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF38; }

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

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

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

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

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

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

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

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