Html Css Color HEX #DCAF2F Gold Tips

📋 copy color: '#DCAF2F'

red 220 ◦ green 175 ◦ blue 47

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

Shades of Gold Tips #DCAF2F

Tints of Gold Tips #DCAF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.63%

R = 49.77%
G = 39.59%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCAF2F (or 0xDCAF2F) is known color: Gold Tips. HEX triplet: DC, AF and 2F. RGB value is (220,175,47). Sum of RGB (Red+Green+Blue) = 220+175+47=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF2F is #2350D0. Grayscale: #AEAEAE. Windows color (decimal): -2314449 or 3125212. OLE color: 3125212.

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

Color convert

RGB 220 175 47 -
CMYK 0 0.20 0.79 0.14
HSL 44.39º 0.71% 0.52% -
HSV(B) 44.39º 0.79% 0.86% -
XYZ 45.36 46.08 9.19 -
YUV 173.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 220 175 47 0 0.20 0.79 0.14 44.39 0.71 0.52
Hex DC AF 2F 0 14 4F E 2C 47 34
Octal 334 257 57 0 24 117 16 54 107 64
Binary 11011100 10101111 101111 0 10100 1001111 1110 101100 1000111 110100

Color Harmonies of #DCAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF2F

Black with #DCAF2F

Text Example


Text Example

White with #DCAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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