Html Css Color HEX #DEAD45 Tulip Tree

📋 copy color: '#DEAD45'

red 222 ◦ green 173 ◦ blue 69

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

Shades of Tulip Tree #DEAD45

Tints of Tulip Tree #DEAD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 47.84%
G = 37.28%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEAD45 (or 0xDEAD45) is known color: Tulip Tree. HEX triplet: DE, AD and 45. RGB value is (222,173,69). Sum of RGB (Red+Green+Blue) = 222+173+69=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD45 is #2152BA. Grayscale: #B0B0B0. Windows color (decimal): -2183867 or 4566494. OLE color: 4566494.

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

Color convert

RGB 222 173 69 -
CMYK 0 0.22 0.69 0.13
HSL 40.78º 0.7% 0.57% -
HSV(B) 40.78º 0.69% 0.87% -
XYZ 46.14 45.85 12.05 -
YUV 175.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 222 173 69 0 0.22 0.69 0.13 40.78 0.7 0.57
Hex DE AD 45 0 16 45 D 29 46 39
Octal 336 255 105 0 26 105 15 51 106 71
Binary 11011110 10101101 1000101 0 10110 1000101 1101 101001 1000110 111001

Color Harmonies of #DEAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD45

Black with #DEAD45

Text Example


Text Example

White with #DEAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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