Html Css Color HEX #DBDEB0 Tusk

📋 copy color: '#DBDEB0'

red 219 ◦ green 222 ◦ blue 176

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

Shades of Tusk #DBDEB0

Tints of Tusk #DBDEB0

RGB

 RED value IS 219 (85.94% from 255) = 35.49%

 GREEN value IS 222 (87.11% from 255) = 35.98%

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 35.49%
G = 35.98%
B = 28.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DBDEB0 (or 0xDBDEB0) is known color: Tusk. HEX triplet: DB, DE and B0. RGB value is (219,222,176). Sum of RGB (Red+Green+Blue) = 219+222+176=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEB0 is #24214F. Grayscale: #D8D8D8. Windows color (decimal): -2367824 or 11591387. OLE color: 11591387.

HSL color Cylindrical-coordinate representation of color #DBDEB0: hue angle of 63.91º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDEB0 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 176 -
CMYK 0.01 0 0.21 0.13
HSL 63.91º 0.41% 0.78% -
HSV(B) 63.91º 0.21% 0.87% -
XYZ 63.17 70.44 51.34 -
YUV 215.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 219 222 176 0.01 0 0.21 0.13 63.91 0.41 0.78
Hex DB DE B0 1 0 15 D 40 29 4E
Octal 333 336 260 1 0 25 15 100 51 116
Binary 11011011 11011110 10110000 1 0 10101 1101 1000000 101001 1001110

Color Harmonies of #DBDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEB0

Black with #DBDEB0

Text Example


Text Example

White with #DBDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEB0; }

 p { color: rgb(219,222,176); }

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

background-color css

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

 a { background-color: rgb(219,222,176); }

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

border-color css

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

 span { border-color: rgb(219,222,176); }

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