Html Css Color HEX #DEAC40 Tulip Tree

📋 copy color: '#DEAC40'

red 222 ◦ green 172 ◦ blue 64

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

Shades of Tulip Tree #DEAC40

Tints of Tulip Tree #DEAC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 48.47%
G = 37.55%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEAC40 (or 0xDEAC40) is known color: Tulip Tree. HEX triplet: DE, AC and 40. RGB value is (222,172,64). Sum of RGB (Red+Green+Blue) = 222+172+64=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC40 is #2153BF. Grayscale: #AFAFAF. Windows color (decimal): -2184128 or 4238558. OLE color: 4238558.

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

Color convert

RGB 222 172 64 -
CMYK 0 0.23 0.71 0.13
HSL 41.01º 0.71% 0.56% -
HSV(B) 41.01º 0.71% 0.87% -
XYZ 45.8 45.4 11.2 -
YUV 174.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 222 172 64 0 0.23 0.71 0.13 41.01 0.71 0.56
Hex DE AC 40 0 17 47 D 29 47 38
Octal 336 254 100 0 27 107 15 51 107 70
Binary 11011110 10101100 1000000 0 10111 1000111 1101 101001 1000111 111000

Color Harmonies of #DEAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC40

Black with #DEAC40

Text Example


Text Example

White with #DEAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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