Html Css Color HEX #DFAA29 Gold Tips

📋 copy color: '#DFAA29'

red 223 ◦ green 170 ◦ blue 41

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

Shades of Gold Tips #DFAA29

Tints of Gold Tips #DFAA29

RGB

 RED value IS 223 (87.5% from 255) = 51.38%

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 51.38%
G = 39.17%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFAA29 (or 0xDFAA29) is known color: Gold Tips. HEX triplet: DF, AA and 29. RGB value is (223,170,41). Sum of RGB (Red+Green+Blue) = 223+170+41=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA29 is #2055D6. Grayscale: #ABABAB. Windows color (decimal): -2119127 or 2730719. OLE color: 2730719.

HSL color Cylindrical-coordinate representation of color #DFAA29: hue angle of 42.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFAA29 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 41 -
CMYK 0 0.24 0.82 0.13
HSL 42.53º 0.74% 0.52% -
HSV(B) 42.53º 0.82% 0.87% -
XYZ 45.21 44.6 8.32 -
YUV 171.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 223 170 41 0 0.24 0.82 0.13 42.53 0.74 0.52
Hex DF AA 29 0 18 52 D 2B 4A 34
Octal 337 252 51 0 30 122 15 53 112 64
Binary 11011111 10101010 101001 0 11000 1010010 1101 101011 1001010 110100

Color Harmonies of #DFAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA29

Black with #DFAA29

Text Example


Text Example

White with #DFAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA29; }

 p { color: rgb(223,170,41); }

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

background-color css

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

 a { background-color: rgb(223,170,41); }

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

border-color css

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

 span { border-color: rgb(223,170,41); }

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