Html Css Color HEX #DEAD40 Tulip Tree

📋 copy color: '#DEAD40'

red 222 ◦ green 173 ◦ blue 64

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

Shades of Tulip Tree #DEAD40

Tints of Tulip Tree #DEAD40

RGB

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

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

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

R = 48.37%
G = 37.69%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEAD40 (or 0xDEAD40) is known color: Tulip Tree. HEX triplet: DE, AD and 40. RGB value is (222,173,64). Sum of RGB (Red+Green+Blue) = 222+173+64=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD40 is #2152BF. Grayscale: #AFAFAF. Windows color (decimal): -2183872 or 4238814. OLE color: 4238814.

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

Color convert

RGB 222 173 64 -
CMYK 0 0.22 0.71 0.13
HSL 41.39º 0.71% 0.56% -
HSV(B) 41.39º 0.71% 0.87% -
XYZ 45.99 45.79 11.26 -
YUV 175.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 222 173 64 0 0.22 0.71 0.13 41.39 0.71 0.56
Hex DE AD 40 0 16 47 D 29 47 38
Octal 336 255 100 0 26 107 15 51 107 70
Binary 11011110 10101101 1000000 0 10110 1000111 1101 101001 1000111 111000

Color Harmonies of #DEAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD40

Black with #DEAD40

Text Example


Text Example

White with #DEAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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