Html Css Color HEX #DBDDA9 Tusk

📋 copy color: '#DBDDA9'

red 219 ◦ green 221 ◦ blue 169

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

Shades of Tusk #DBDDA9

Tints of Tusk #DBDDA9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 35.96%
G = 36.29%
B = 27.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DBDDA9 (or 0xDBDDA9) is known color: Tusk. HEX triplet: DB, DD and A9. RGB value is (219,221,169). Sum of RGB (Red+Green+Blue) = 219+221+169=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA9 is #242256. Grayscale: #D6D6D6. Windows color (decimal): -2368087 or 11132379. OLE color: 11132379.

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

Color convert

RGB 219 221 169 -
CMYK 0.01 0 0.24 0.13
HSL 62.31º 0.43% 0.76% -
HSV(B) 62.31º 0.24% 0.87% -
XYZ 62.23 69.64 47.7 -
YUV 214.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 219 221 169 0.01 0 0.24 0.13 62.31 0.43 0.76
Hex DB DD A9 1 0 18 D 3E 2B 4C
Octal 333 335 251 1 0 30 15 76 53 114
Binary 11011011 11011101 10101001 1 0 11000 1101 111110 101011 1001100

Color Harmonies of #DBDDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDA9

Black with #DBDDA9

Text Example


Text Example

White with #DBDDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDA9; }

 p { color: rgb(219,221,169); }

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

background-color css

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

 a { background-color: rgb(219,221,169); }

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

border-color css

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

 span { border-color: rgb(219,221,169); }

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