Html Css Color HEX #DEA545 Tulip Tree

📋 copy color: '#DEA545'

red 222 ◦ green 165 ◦ blue 69

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

Shades of Tulip Tree #DEA545

Tints of Tulip Tree #DEA545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.13%

R = 48.68%
G = 36.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEA545 (or 0xDEA545) is known color: Tulip Tree. HEX triplet: DE, A5 and 45. RGB value is (222,165,69). Sum of RGB (Red+Green+Blue) = 222+165+69=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA545 is #215ABA. Grayscale: #ABABAB. Windows color (decimal): -2185915 or 4564446. OLE color: 4564446.

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

Color convert

RGB 222 165 69 -
CMYK 0 0.26 0.69 0.13
HSL 37.65º 0.7% 0.57% -
HSV(B) 37.65º 0.69% 0.87% -
XYZ 44.65 42.87 11.55 -
YUV 171.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 222 165 69 0 0.26 0.69 0.13 37.65 0.7 0.57
Hex DE A5 45 0 1A 45 D 26 46 39
Octal 336 245 105 0 32 105 15 46 106 71
Binary 11011110 10100101 1000101 0 11010 1000101 1101 100110 1000110 111001

Color Harmonies of #DEA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA545

Black with #DEA545

Text Example


Text Example

White with #DEA545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA545; }

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

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

background-color css

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

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

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

border-color css

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

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

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