Html Css Color HEX #DEB446 Tulip Tree

📋 copy color: '#DEB446'

red 222 ◦ green 180 ◦ blue 70

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

Shades of Tulip Tree #DEB446

Tints of Tulip Tree #DEB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 47.03%
G = 38.14%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB446 (or 0xDEB446) is known color: Tulip Tree. HEX triplet: DE, B4 and 46. RGB value is (222,180,70). Sum of RGB (Red+Green+Blue) = 222+180+70=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB446 is #214BB9. Grayscale: #B4B4B4. Windows color (decimal): -2182074 or 4633822. OLE color: 4633822.

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

Color convert

RGB 222 180 70 -
CMYK 0 0.19 0.68 0.13
HSL 43.42º 0.7% 0.57% -
HSV(B) 43.42º 0.68% 0.87% -
XYZ 47.55 48.61 12.67 -
YUV 180.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 222 180 70 0 0.19 0.68 0.13 43.42 0.7 0.57
Hex DE B4 46 0 13 44 D 2B 46 39
Octal 336 264 106 0 23 104 15 53 106 71
Binary 11011110 10110100 1000110 0 10011 1000100 1101 101011 1000110 111001

Color Harmonies of #DEB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB446

Black with #DEB446

Text Example


Text Example

White with #DEB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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