Html Css Color HEX #DBE1AA Tusk

📋 copy color: '#DBE1AA'

red 219 ◦ green 225 ◦ blue 170

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

Shades of Tusk #DBE1AA

Tints of Tusk #DBE1AA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

 BLUE value IS 170 (66.8% from 255) = 27.69%

R = 35.67%
G = 36.64%
B = 27.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#DBE1AA (or 0xDBE1AA) is known color: Tusk. HEX triplet: DB, E1 and AA. RGB value is (219,225,170). Sum of RGB (Red+Green+Blue) = 219+225+170=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE1AA is #241E55. Grayscale: #D9D9D9. Windows color (decimal): -2367062 or 11198939. OLE color: 11198939.

HSL color Cylindrical-coordinate representation of color #DBE1AA: hue angle of 66.55º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE1AA is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 170 -
CMYK 0.03 0 0.24 0.12
HSL 66.55º 0.48% 0.77% -
HSV(B) 66.55º 0.24% 0.88% -
XYZ 63.39 71.81 48.55 -
YUV 216.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 219 225 170 0.03 0 0.24 0.12 66.55 0.48 0.77
Hex DB E1 AA 3 0 18 C 43 30 4D
Octal 333 341 252 3 0 30 14 103 60 115
Binary 11011011 11100001 10101010 11 0 11000 1100 1000011 110000 1001101

Color Harmonies of #DBE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1AA

Black with #DBE1AA

Text Example


Text Example

White with #DBE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1AA; }

 p { color: rgb(219,225,170); }

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

background-color css

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

 a { background-color: rgb(219,225,170); }

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

border-color css

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

 span { border-color: rgb(219,225,170); }

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