Html Css Color HEX #DCAF29 Gold Tips

📋 copy color: '#DCAF29'

red 220 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #DCAF29

Tints of Gold Tips #DCAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.4%

R = 50.46%
G = 40.14%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCAF29 (or 0xDCAF29) is known color: Gold Tips. HEX triplet: DC, AF and 29. RGB value is (220,175,41). Sum of RGB (Red+Green+Blue) = 220+175+41=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF29 is #2350D6. Grayscale: #ADADAD. Windows color (decimal): -2314455 or 2731996. OLE color: 2731996.

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

Color convert

RGB 220 175 41 -
CMYK 0 0.20 0.81 0.14
HSL 44.92º 0.72% 0.51% -
HSV(B) 44.92º 0.81% 0.86% -
XYZ 45.25 46.04 8.6 -
YUV 173.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 220 175 41 0 0.20 0.81 0.14 44.92 0.72 0.51
Hex DC AF 29 0 14 51 E 2D 48 33
Octal 334 257 51 0 24 121 16 55 110 63
Binary 11011100 10101111 101001 0 10100 1010001 1110 101101 1001000 110011

Color Harmonies of #DCAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF29

Black with #DCAF29

Text Example


Text Example

White with #DCAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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