Html Css Color HEX #DBE5B5 Tusk

📋 copy color: '#DBE5B5'

red 219 ◦ green 229 ◦ blue 181

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

Shades of Tusk #DBE5B5

Tints of Tusk #DBE5B5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.41%

 BLUE value IS 181 (71.09% from 255) = 28.78%

R = 34.82%
G = 36.41%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#DBE5B5 (or 0xDBE5B5) is known color: Tusk. HEX triplet: DB, E5 and B5. RGB value is (219,229,181). Sum of RGB (Red+Green+Blue) = 219+229+181=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5B5 is #241A4A. Grayscale: #DCDCDC. Windows color (decimal): -2366027 or 11920859. OLE color: 11920859.

HSL color Cylindrical-coordinate representation of color #DBE5B5: hue angle of 72.5º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBE5B5 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 181 -
CMYK 0.04 0 0.21 0.10
HSL 72.5º 0.48% 0.8% -
HSV(B) 72.5º 0.21% 0.9% -
XYZ 65.57 74.43 54.63 -
YUV 220.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 219 229 181 0.04 0 0.21 0.10 72.5 0.48 0.8
Hex DB E5 B5 4 0 15 A 48 30 50
Octal 333 345 265 4 0 25 12 110 60 120
Binary 11011011 11100101 10110101 100 0 10101 1010 1001000 110000 1010000

Color Harmonies of #DBE5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5B5

Black with #DBE5B5

Text Example


Text Example

White with #DBE5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5B5; }

 p { color: rgb(219,229,181); }

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

background-color css

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

 a { background-color: rgb(219,229,181); }

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

border-color css

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

 span { border-color: rgb(219,229,181); }

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