Html Css Color HEX #DEB146 Tulip Tree

📋 copy color: '#DEB146'

red 222 ◦ green 177 ◦ blue 70

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

Shades of Tulip Tree #DEB146

Tints of Tulip Tree #DEB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 47.33%
G = 37.74%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB146 (or 0xDEB146) is known color: Tulip Tree. HEX triplet: DE, B1 and 46. RGB value is (222,177,70). Sum of RGB (Red+Green+Blue) = 222+177+70=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB146 is #214EB9. Grayscale: #B2B2B2. Windows color (decimal): -2182842 or 4633054. OLE color: 4633054.

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

Color convert

RGB 222 177 70 -
CMYK 0 0.20 0.68 0.13
HSL 42.24º 0.7% 0.57% -
HSV(B) 42.24º 0.68% 0.87% -
XYZ 46.95 47.42 12.47 -
YUV 178.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 222 177 70 0 0.20 0.68 0.13 42.24 0.7 0.57
Hex DE B1 46 0 14 44 D 2A 46 39
Octal 336 261 106 0 24 104 15 52 106 71
Binary 11011110 10110001 1000110 0 10100 1000100 1101 101010 1000110 111001

Color Harmonies of #DEB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB146

Black with #DEB146

Text Example


Text Example

White with #DEB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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