Html Css Color HEX #DFAA3C Tulip Tree

📋 copy color: '#DFAA3C'

red 223 ◦ green 170 ◦ blue 60

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

Shades of Tulip Tree #DFAA3C

Tints of Tulip Tree #DFAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 49.23%
G = 37.53%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFAA3C (or 0xDFAA3C) is known color: Tulip Tree. HEX triplet: DF, AA and 3C. RGB value is (223,170,60). Sum of RGB (Red+Green+Blue) = 223+170+60=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA3C is #2055C3. Grayscale: #ADADAD. Windows color (decimal): -2119108 or 3975903. OLE color: 3975903.

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

Color convert

RGB 223 170 60 -
CMYK 0 0.24 0.73 0.13
HSL 40.49º 0.72% 0.55% -
HSV(B) 40.49º 0.73% 0.87% -
XYZ 45.62 44.76 10.51 -
YUV 173.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 223 170 60 0 0.24 0.73 0.13 40.49 0.72 0.55
Hex DF AA 3C 0 18 49 D 28 48 37
Octal 337 252 74 0 30 111 15 50 110 67
Binary 11011111 10101010 111100 0 11000 1001001 1101 101000 1001000 110111

Color Harmonies of #DFAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA3C

Black with #DFAA3C

Text Example


Text Example

White with #DFAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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