Html Css Color HEX #DEAC45 Tulip Tree

📋 copy color: '#DEAC45'

red 222 ◦ green 172 ◦ blue 69

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

Shades of Tulip Tree #DEAC45

Tints of Tulip Tree #DEAC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 47.95%
G = 37.15%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEAC45 (or 0xDEAC45) is known color: Tulip Tree. HEX triplet: DE, AC and 45. RGB value is (222,172,69). Sum of RGB (Red+Green+Blue) = 222+172+69=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC45 is #2153BA. Grayscale: #AFAFAF. Windows color (decimal): -2184123 or 4566238. OLE color: 4566238.

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

Color convert

RGB 222 172 69 -
CMYK 0 0.23 0.69 0.13
HSL 40.39º 0.7% 0.57% -
HSV(B) 40.39º 0.69% 0.87% -
XYZ 45.95 45.46 11.98 -
YUV 175.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 222 172 69 0 0.23 0.69 0.13 40.39 0.7 0.57
Hex DE AC 45 0 17 45 D 28 46 39
Octal 336 254 105 0 27 105 15 50 106 71
Binary 11011110 10101100 1000101 0 10111 1000101 1101 101000 1000110 111001

Color Harmonies of #DEAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC45

Black with #DEAC45

Text Example


Text Example

White with #DEAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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