Html Css Color HEX #DCAF31 Metallic Gold

📋 copy color: '#DCAF31'

red 220 ◦ green 175 ◦ blue 49

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

Shades of Metallic Gold #DCAF31

Tints of Metallic Gold #DCAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 49.55%
G = 39.41%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCAF31 (or 0xDCAF31) is known color: Metallic Gold. HEX triplet: DC, AF and 31. RGB value is (220,175,49). Sum of RGB (Red+Green+Blue) = 220+175+49=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF31 is #2350CE. Grayscale: #AEAEAE. Windows color (decimal): -2314447 or 3256284. OLE color: 3256284.

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

Color convert

RGB 220 175 49 -
CMYK 0 0.20 0.78 0.14
HSL 44.21º 0.71% 0.53% -
HSV(B) 44.21º 0.78% 0.86% -
XYZ 45.4 46.1 9.41 -
YUV 174.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 220 175 49 0 0.20 0.78 0.14 44.21 0.71 0.53
Hex DC AF 31 0 14 4E E 2C 47 35
Octal 334 257 61 0 24 116 16 54 107 65
Binary 11011100 10101111 110001 0 10100 1001110 1110 101100 1000111 110101

Color Harmonies of #DCAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF31

Black with #DCAF31

Text Example


Text Example

White with #DCAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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