Html Css Color HEX #DEAC35 Tulip Tree

📋 copy color: '#DEAC35'

red 222 ◦ green 172 ◦ blue 53

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

Shades of Tulip Tree #DEAC35

Tints of Tulip Tree #DEAC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.86%

R = 49.66%
G = 38.48%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEAC35 (or 0xDEAC35) is known color: Tulip Tree. HEX triplet: DE, AC and 35. RGB value is (222,172,53). Sum of RGB (Red+Green+Blue) = 222+172+53=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC35 is #2153CA. Grayscale: #ADADAD. Windows color (decimal): -2184139 or 3517662. OLE color: 3517662.

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

Color convert

RGB 222 172 53 -
CMYK 0 0.23 0.76 0.13
HSL 42.25º 0.72% 0.54% -
HSV(B) 42.25º 0.76% 0.87% -
XYZ 45.52 45.29 9.71 -
YUV 173.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 222 172 53 0 0.23 0.76 0.13 42.25 0.72 0.54
Hex DE AC 35 0 17 4C D 2A 48 36
Octal 336 254 65 0 27 114 15 52 110 66
Binary 11011110 10101100 110101 0 10111 1001100 1101 101010 1001000 110110

Color Harmonies of #DEAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC35

Black with #DEAC35

Text Example


Text Example

White with #DEAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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