Html Css Color HEX #DEB946 Tulip Tree

📋 copy color: '#DEB946'

red 222 ◦ green 185 ◦ blue 70

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

Shades of Tulip Tree #DEB946

Tints of Tulip Tree #DEB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

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

R = 46.54%
G = 38.78%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB946 (or 0xDEB946) is known color: Tulip Tree. HEX triplet: DE, B9 and 46. RGB value is (222,185,70). Sum of RGB (Red+Green+Blue) = 222+185+70=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB946 is #2146B9. Grayscale: #B7B7B7. Windows color (decimal): -2180794 or 4635102. OLE color: 4635102.

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

Color convert

RGB 222 185 70 -
CMYK 0 0.17 0.68 0.13
HSL 45.39º 0.7% 0.57% -
HSV(B) 45.39º 0.68% 0.87% -
XYZ 48.58 50.67 13.01 -
YUV 182.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 222 185 70 0 0.17 0.68 0.13 45.39 0.7 0.57
Hex DE B9 46 0 11 44 D 2D 46 39
Octal 336 271 106 0 21 104 15 55 106 71
Binary 11011110 10111001 1000110 0 10001 1000100 1101 101101 1000110 111001

Color Harmonies of #DEB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB946

Black with #DEB946

Text Example


Text Example

White with #DEB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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