Html Css Color HEX #DCAF37 Metallic Gold

📋 copy color: '#DCAF37'

red 220 ◦ green 175 ◦ blue 55

#DCAF37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #DCAF37

Tints of Metallic Gold #DCAF37

RGB

 RED value IS 220 (86.33% from 255) = 48.89%

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 55 (21.88% from 255) = 12.22%

R = 48.89%
G = 38.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCAF37 (or 0xDCAF37) is known color: Metallic Gold. HEX triplet: DC, AF and 37. RGB value is (220,175,55). Sum of RGB (Red+Green+Blue) = 220+175+55=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF37 is #2350C8. Grayscale: #AFAFAF. Windows color (decimal): -2314441 or 3649500. OLE color: 3649500.

HSL color Cylindrical-coordinate representation of color #DCAF37: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCAF37 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 55 -
CMYK 0 0.20 0.75 0.14
HSL 43.64º 0.7% 0.54% -
HSV(B) 43.64º 0.75% 0.86% -
XYZ 45.53 46.15 10.12 -
YUV 174.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 220 175 55 0 0.20 0.75 0.14 43.64 0.7 0.54
Hex DC AF 37 0 14 4B E 2C 46 36
Octal 334 257 67 0 24 113 16 54 106 66
Binary 11011100 10101111 110111 0 10100 1001011 1110 101100 1000110 110110

Color Harmonies of #DCAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF37

Black with #DCAF37

Text Example


Text Example

White with #DCAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF37; }

 p { color: rgb(220,175,55); }

 H1.HeaderClassName
 {
   color: #DCAF37;
 }
 .AnyTagClassName
 {
   color: #DCAF37;
 }
</style>

background-color css

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

 a { background-color: rgb(220,175,55); }

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

border-color css

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

 span { border-color: rgb(220,175,55); }

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