Html Css Color HEX #DFAA40 Tulip Tree

📋 copy color: '#DFAA40'

red 223 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #DFAA40

Tints of Tulip Tree #DFAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 48.8%
G = 37.2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFAA40 (or 0xDFAA40) is known color: Tulip Tree. HEX triplet: DF, AA and 40. RGB value is (223,170,64). Sum of RGB (Red+Green+Blue) = 223+170+64=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA40 is #2055BF. Grayscale: #AEAEAE. Windows color (decimal): -2119104 or 4238047. OLE color: 4238047.

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

Color convert

RGB 223 170 64 -
CMYK 0 0.24 0.71 0.13
HSL 40º 0.71% 0.56% -
HSV(B) 40º 0.71% 0.87% -
XYZ 45.73 44.81 11.09 -
YUV 173.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 223 170 64 0 0.24 0.71 0.13 40 0.71 0.56
Hex DF AA 40 0 18 47 D 28 47 38
Octal 337 252 100 0 30 107 15 50 107 70
Binary 11011111 10101010 1000000 0 11000 1000111 1101 101000 1000111 111000

Color Harmonies of #DFAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA40

Black with #DFAA40

Text Example


Text Example

White with #DFAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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