Html Css Color HEX #DFAA2C Gold Tips

📋 copy color: '#DFAA2C'

red 223 ◦ green 170 ◦ blue 44

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

Shades of Gold Tips #DFAA2C

Tints of Gold Tips #DFAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.07%

R = 51.03%
G = 38.9%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFAA2C (or 0xDFAA2C) is known color: Gold Tips. HEX triplet: DF, AA and 2C. RGB value is (223,170,44). Sum of RGB (Red+Green+Blue) = 223+170+44=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA2C is #2055D3. Grayscale: #ACACAC. Windows color (decimal): -2119124 or 2927327. OLE color: 2927327.

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

Color convert

RGB 223 170 44 -
CMYK 0 0.24 0.80 0.13
HSL 42.23º 0.74% 0.52% -
HSV(B) 42.23º 0.8% 0.87% -
XYZ 45.26 44.62 8.61 -
YUV 171.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 223 170 44 0 0.24 0.80 0.13 42.23 0.74 0.52
Hex DF AA 2C 0 18 50 D 2A 4A 34
Octal 337 252 54 0 30 120 15 52 112 64
Binary 11011111 10101010 101100 0 11000 1010000 1101 101010 1001010 110100

Color Harmonies of #DFAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA2C

Black with #DFAA2C

Text Example


Text Example

White with #DFAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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