Html Css Color HEX #DBE5AB Tusk

📋 copy color: '#DBE5AB'

red 219 ◦ green 229 ◦ blue 171

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

Shades of Tusk #DBE5AB

Tints of Tusk #DBE5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.63%

R = 35.38%
G = 37%
B = 27.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#DBE5AB (or 0xDBE5AB) is known color: Tusk. HEX triplet: DB, E5 and AB. RGB value is (219,229,171). Sum of RGB (Red+Green+Blue) = 219+229+171=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE5AB is #241A54. Grayscale: #DBDBDB. Windows color (decimal): -2366037 or 11265499. OLE color: 11265499.

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

Color convert

RGB 219 229 171 -
CMYK 0.04 0 0.25 0.10
HSL 70.34º 0.53% 0.78% -
HSV(B) 70.34º 0.25% 0.9% -
XYZ 64.58 74.04 49.42 -
YUV 219.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 219 229 171 0.04 0 0.25 0.10 70.34 0.53 0.78
Hex DB E5 AB 4 0 19 A 46 35 4E
Octal 333 345 253 4 0 31 12 106 65 116
Binary 11011011 11100101 10101011 100 0 11001 1010 1000110 110101 1001110

Color Harmonies of #DBE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5AB

Black with #DBE5AB

Text Example


Text Example

White with #DBE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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