Html Css Color HEX #DEAC46 Tulip Tree

📋 copy color: '#DEAC46'

red 222 ◦ green 172 ◦ blue 70

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

Shades of Tulip Tree #DEAC46

Tints of Tulip Tree #DEAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 47.84%
G = 37.07%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEAC46 (or 0xDEAC46) is known color: Tulip Tree. HEX triplet: DE, AC and 46. RGB value is (222,172,70). Sum of RGB (Red+Green+Blue) = 222+172+70=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC46 is #2153B9. Grayscale: #AFAFAF. Windows color (decimal): -2184122 or 4631774. OLE color: 4631774.

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

Color convert

RGB 222 172 70 -
CMYK 0 0.23 0.68 0.13
HSL 40.26º 0.7% 0.57% -
HSV(B) 40.26º 0.68% 0.87% -
XYZ 45.98 45.48 12.15 -
YUV 175.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 222 172 70 0 0.23 0.68 0.13 40.26 0.7 0.57
Hex DE AC 46 0 17 44 D 28 46 39
Octal 336 254 106 0 27 104 15 50 106 71
Binary 11011110 10101100 1000110 0 10111 1000100 1101 101000 1000110 111001

Color Harmonies of #DEAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC46

Black with #DEAC46

Text Example


Text Example

White with #DEAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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