Html Css Color HEX #DEAD34 Tulip Tree

📋 copy color: '#DEAD34'

red 222 ◦ green 173 ◦ blue 52

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

Shades of Tulip Tree #DEAD34

Tints of Tulip Tree #DEAD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.63%

R = 49.66%
G = 38.7%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEAD34 (or 0xDEAD34) is known color: Tulip Tree. HEX triplet: DE, AD and 34. RGB value is (222,173,52). Sum of RGB (Red+Green+Blue) = 222+173+52=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD34 is #2152CB. Grayscale: #AEAEAE. Windows color (decimal): -2183884 or 3452382. OLE color: 3452382.

HSL color Cylindrical-coordinate representation of color #DEAD34: hue angle of 42.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEAD34 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 52 -
CMYK 0 0.22 0.77 0.13
HSL 42.71º 0.72% 0.54% -
HSV(B) 42.71º 0.77% 0.87% -
XYZ 45.69 45.66 9.65 -
YUV 173.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 222 173 52 0 0.22 0.77 0.13 42.71 0.72 0.54
Hex DE AD 34 0 16 4D D 2B 48 36
Octal 336 255 64 0 26 115 15 53 110 66
Binary 11011110 10101101 110100 0 10110 1001101 1101 101011 1001000 110110

Color Harmonies of #DEAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD34

Black with #DEAD34

Text Example


Text Example

White with #DEAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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