Html Css Color HEX #DEAF46 Tulip Tree

📋 copy color: '#DEAF46'

red 222 ◦ green 175 ◦ blue 70

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

Shades of Tulip Tree #DEAF46

Tints of Tulip Tree #DEAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 47.54%
G = 37.47%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEAF46 (or 0xDEAF46) is known color: Tulip Tree. HEX triplet: DE, AF and 46. RGB value is (222,175,70). Sum of RGB (Red+Green+Blue) = 222+175+70=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF46 is #2150B9. Grayscale: #B1B1B1. Windows color (decimal): -2183354 or 4632542. OLE color: 4632542.

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

Color convert

RGB 222 175 70 -
CMYK 0 0.21 0.68 0.13
HSL 41.45º 0.7% 0.57% -
HSV(B) 41.45º 0.68% 0.87% -
XYZ 46.56 46.63 12.34 -
YUV 177.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 222 175 70 0 0.21 0.68 0.13 41.45 0.7 0.57
Hex DE AF 46 0 15 44 D 29 46 39
Octal 336 257 106 0 25 104 15 51 106 71
Binary 11011110 10101111 1000110 0 10101 1000100 1101 101001 1000110 111001

Color Harmonies of #DEAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF46

Black with #DEAF46

Text Example


Text Example

White with #DEAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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