Html Css Color HEX #DEA542 Tulip Tree

📋 copy color: '#DEA542'

red 222 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #DEA542

Tints of Tulip Tree #DEA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

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

R = 49.01%
G = 36.42%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEA542 (or 0xDEA542) is known color: Tulip Tree. HEX triplet: DE, A5 and 42. RGB value is (222,165,66). Sum of RGB (Red+Green+Blue) = 222+165+66=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA542 is #215ABD. Grayscale: #ABABAB. Windows color (decimal): -2185918 or 4367838. OLE color: 4367838.

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

Color convert

RGB 222 165 66 -
CMYK 0 0.26 0.70 0.13
HSL 38.08º 0.7% 0.56% -
HSV(B) 38.08º 0.7% 0.87% -
XYZ 44.56 42.83 11.07 -
YUV 170.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 222 165 66 0 0.26 0.70 0.13 38.08 0.7 0.56
Hex DE A5 42 0 1A 46 D 26 46 38
Octal 336 245 102 0 32 106 15 46 106 70
Binary 11011110 10100101 1000010 0 11010 1000110 1101 100110 1000110 111000

Color Harmonies of #DEA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA542

Black with #DEA542

Text Example


Text Example

White with #DEA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA542; }

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

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

background-color css

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

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

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

border-color css

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

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

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