Html Css Color HEX #DFAA3F Tulip Tree

📋 copy color: '#DFAA3F'

red 223 ◦ green 170 ◦ blue 63

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

Shades of Tulip Tree #DFAA3F

Tints of Tulip Tree #DFAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 48.9%
G = 37.28%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFAA3F (or 0xDFAA3F) is known color: Tulip Tree. HEX triplet: DF, AA and 3F. RGB value is (223,170,63). Sum of RGB (Red+Green+Blue) = 223+170+63=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA3F is #2055C0. Grayscale: #AEAEAE. Windows color (decimal): -2119105 or 4172511. OLE color: 4172511.

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

Color convert

RGB 223 170 63 -
CMYK 0 0.24 0.72 0.13
HSL 40.13º 0.71% 0.56% -
HSV(B) 40.13º 0.72% 0.87% -
XYZ 45.7 44.8 10.94 -
YUV 173.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 223 170 63 0 0.24 0.72 0.13 40.13 0.71 0.56
Hex DF AA 3F 0 18 48 D 28 47 38
Octal 337 252 77 0 30 110 15 50 107 70
Binary 11011111 10101010 111111 0 11000 1001000 1101 101000 1000111 111000

Color Harmonies of #DFAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA3F

Black with #DFAA3F

Text Example


Text Example

White with #DFAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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