Html Css Color HEX #DEAC34 Tulip Tree

📋 copy color: '#DEAC34'

red 222 ◦ green 172 ◦ blue 52

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

Shades of Tulip Tree #DEAC34

Tints of Tulip Tree #DEAC34

RGB

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

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

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

R = 49.78%
G = 38.57%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEAC34 (or 0xDEAC34) is known color: Tulip Tree. HEX triplet: DE, AC and 34. RGB value is (222,172,52). Sum of RGB (Red+Green+Blue) = 222+172+52=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC34 is #2153CB. Grayscale: #ADADAD. Windows color (decimal): -2184140 or 3452126. OLE color: 3452126.

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

Color convert

RGB 222 172 52 -
CMYK 0 0.23 0.77 0.13
HSL 42.35º 0.72% 0.54% -
HSV(B) 42.35º 0.77% 0.87% -
XYZ 45.5 45.28 9.59 -
YUV 173.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 222 172 52 0 0.23 0.77 0.13 42.35 0.72 0.54
Hex DE AC 34 0 17 4D D 2A 48 36
Octal 336 254 64 0 27 115 15 52 110 66
Binary 11011110 10101100 110100 0 10111 1001101 1101 101010 1001000 110110

Color Harmonies of #DEAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC34

Black with #DEAC34

Text Example


Text Example

White with #DEAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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