Html Css Color HEX #DEAB46 Tulip Tree

📋 copy color: '#DEAB46'

red 222 ◦ green 171 ◦ blue 70

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

Shades of Tulip Tree #DEAB46

Tints of Tulip Tree #DEAB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 47.95%
G = 36.93%
B = 15.12%

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

#DEAB46 (or 0xDEAB46) is known color: Tulip Tree. HEX triplet: DE, AB and 46. RGB value is (222,171,70). Sum of RGB (Red+Green+Blue) = 222+171+70=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB46 is #2154B9. Grayscale: #AFAFAF. Windows color (decimal): -2184378 or 4631518. OLE color: 4631518.

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

Color convert

RGB 222 171 70 -
CMYK 0 0.23 0.68 0.13
HSL 39.87º 0.7% 0.57% -
HSV(B) 39.87º 0.68% 0.87% -
XYZ 45.79 45.1 12.09 -
YUV 174.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 222 171 70 0 0.23 0.68 0.13 39.87 0.7 0.57
Hex DE AB 46 0 17 44 D 28 46 39
Octal 336 253 106 0 27 104 15 50 106 71
Binary 11011110 10101011 1000110 0 10111 1000100 1101 101000 1000110 111001

Color Harmonies of #DEAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB46

Black with #DEAB46

Text Example


Text Example

White with #DEAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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