Html Css Color HEX #DEA640 Tulip Tree

📋 copy color: '#DEA640'

red 222 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #DEA640

Tints of Tulip Tree #DEA640

RGB

 RED value IS 222 (87.11% from 255) = 49.12%

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 49.12%
G = 36.73%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEA640 (or 0xDEA640) is known color: Tulip Tree. HEX triplet: DE, A6 and 40. RGB value is (222,166,64). Sum of RGB (Red+Green+Blue) = 222+166+64=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA640 is #2159BF. Grayscale: #ABABAB. Windows color (decimal): -2185664 or 4237022. OLE color: 4237022.

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

Color convert

RGB 222 166 64 -
CMYK 0 0.25 0.71 0.13
HSL 38.73º 0.71% 0.56% -
HSV(B) 38.73º 0.71% 0.87% -
XYZ 44.69 43.17 10.83 -
YUV 171.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 222 166 64 0 0.25 0.71 0.13 38.73 0.71 0.56
Hex DE A6 40 0 19 47 D 27 47 38
Octal 336 246 100 0 31 107 15 47 107 70
Binary 11011110 10100110 1000000 0 11001 1000111 1101 100111 1000111 111000

Color Harmonies of #DEA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA640

Black with #DEA640

Text Example


Text Example

White with #DEA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA640; }

 p { color: rgb(222,166,64); }

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

background-color css

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

 a { background-color: rgb(222,166,64); }

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

border-color css

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

 span { border-color: rgb(222,166,64); }

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