Html Css Color HEX #DFAA45 Tulip Tree

📋 copy color: '#DFAA45'

red 223 ◦ green 170 ◦ blue 69

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

Shades of Tulip Tree #DFAA45

Tints of Tulip Tree #DFAA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 48.27%
G = 36.8%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFAA45 (or 0xDFAA45) is known color: Tulip Tree. HEX triplet: DF, AA and 45. RGB value is (223,170,69). Sum of RGB (Red+Green+Blue) = 223+170+69=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA45 is #2055BA. Grayscale: #AEAEAE. Windows color (decimal): -2119099 or 4565727. OLE color: 4565727.

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

Color convert

RGB 223 170 69 -
CMYK 0 0.24 0.69 0.13
HSL 39.35º 0.71% 0.57% -
HSV(B) 39.35º 0.69% 0.87% -
XYZ 45.88 44.87 11.87 -
YUV 174.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 223 170 69 0 0.24 0.69 0.13 39.35 0.71 0.57
Hex DF AA 45 0 18 45 D 27 47 39
Octal 337 252 105 0 30 105 15 47 107 71
Binary 11011111 10101010 1000101 0 11000 1000101 1101 100111 1000111 111001

Color Harmonies of #DFAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA45

Black with #DFAA45

Text Example


Text Example

White with #DFAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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