Html Css Color HEX #DFA440 Tulip Tree

📋 copy color: '#DFA440'

red 223 ◦ green 164 ◦ blue 64

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

Shades of Tulip Tree #DFA440

Tints of Tulip Tree #DFA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

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

R = 49.45%
G = 36.36%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFA440 (or 0xDFA440) is known color: Tulip Tree. HEX triplet: DF, A4 and 40. RGB value is (223,164,64). Sum of RGB (Red+Green+Blue) = 223+164+64=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA440 is #205BBF. Grayscale: #AAAAAA. Windows color (decimal): -2120640 or 4236511. OLE color: 4236511.

HSL color Cylindrical-coordinate representation of color #DFA440: hue angle of 37.74º 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 #DFA440 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 64 -
CMYK 0 0.26 0.71 0.13
HSL 37.74º 0.71% 0.56% -
HSV(B) 37.74º 0.71% 0.87% -
XYZ 44.63 42.61 10.72 -
YUV 170.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 223 164 64 0 0.26 0.71 0.13 37.74 0.71 0.56
Hex DF A4 40 0 1A 47 D 26 47 38
Octal 337 244 100 0 32 107 15 46 107 70
Binary 11011111 10100100 1000000 0 11010 1000111 1101 100110 1000111 111000

Color Harmonies of #DFA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA440

Black with #DFA440

Text Example


Text Example

White with #DFA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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