Html Css Color HEX #DEA842 Tulip Tree

📋 copy color: '#DEA842'

red 222 ◦ green 168 ◦ blue 66

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

Shades of Tulip Tree #DEA842

Tints of Tulip Tree #DEA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 48.68%
G = 36.84%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEA842 (or 0xDEA842) is known color: Tulip Tree. HEX triplet: DE, A8 and 42. RGB value is (222,168,66). Sum of RGB (Red+Green+Blue) = 222+168+66=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA842 is #2157BD. Grayscale: #ACACAC. Windows color (decimal): -2185150 or 4368606. OLE color: 4368606.

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

Color convert

RGB 222 168 66 -
CMYK 0 0.24 0.70 0.13
HSL 39.23º 0.7% 0.56% -
HSV(B) 39.23º 0.7% 0.87% -
XYZ 45.11 43.93 11.26 -
YUV 172.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 222 168 66 0 0.24 0.70 0.13 39.23 0.7 0.56
Hex DE A8 42 0 18 46 D 27 46 38
Octal 336 250 102 0 30 106 15 47 106 70
Binary 11011110 10101000 1000010 0 11000 1000110 1101 100111 1000110 111000

Color Harmonies of #DEA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA842

Black with #DEA842

Text Example


Text Example

White with #DEA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA842; }

 p { color: rgb(222,168,66); }

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

background-color css

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

 a { background-color: rgb(222,168,66); }

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

border-color css

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

 span { border-color: rgb(222,168,66); }

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