Html Css Color HEX #DEA940 Tulip Tree

📋 copy color: '#DEA940'

red 222 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #DEA940

Tints of Tulip Tree #DEA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.14%

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

R = 48.79%
G = 37.14%
B = 14.07%

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

#DEA940 (or 0xDEA940) is known color: Tulip Tree. HEX triplet: DE, A9 and 40. RGB value is (222,169,64). Sum of RGB (Red+Green+Blue) = 222+169+64=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA940 is #2156BF. Grayscale: #ADADAD. Windows color (decimal): -2184896 or 4237790. OLE color: 4237790.

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

Color convert

RGB 222 169 64 -
CMYK 0 0.24 0.71 0.13
HSL 39.87º 0.71% 0.56% -
HSV(B) 39.87º 0.71% 0.87% -
XYZ 45.24 44.28 11.01 -
YUV 172.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 222 169 64 0 0.24 0.71 0.13 39.87 0.71 0.56
Hex DE A9 40 0 18 47 D 28 47 38
Octal 336 251 100 0 30 107 15 50 107 70
Binary 11011110 10101001 1000000 0 11000 1000111 1101 101000 1000111 111000

Color Harmonies of #DEA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA940

Black with #DEA940

Text Example


Text Example

White with #DEA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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