Html Css Color HEX #DBDFAB Tusk

📋 copy color: '#DBDFAB'

red 219 ◦ green 223 ◦ blue 171

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

Shades of Tusk #DBDFAB

Tints of Tusk #DBDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 35.73%
G = 36.38%
B = 27.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DBDFAB (or 0xDBDFAB) is known color: Tusk. HEX triplet: DB, DF and AB. RGB value is (219,223,171). Sum of RGB (Red+Green+Blue) = 219+223+171=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFAB is #242054. Grayscale: #D8D8D8. Windows color (decimal): -2367573 or 11263963. OLE color: 11263963.

HSL color Cylindrical-coordinate representation of color #DBDFAB: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBDFAB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 171 -
CMYK 0.02 0 0.23 0.13
HSL 64.62º 0.45% 0.77% -
HSV(B) 64.62º 0.23% 0.87% -
XYZ 62.95 70.78 48.87 -
YUV 215.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 219 223 171 0.02 0 0.23 0.13 64.62 0.45 0.77
Hex DB DF AB 2 0 17 D 41 2D 4D
Octal 333 337 253 2 0 27 15 101 55 115
Binary 11011011 11011111 10101011 10 0 10111 1101 1000001 101101 1001101

Color Harmonies of #DBDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFAB

Black with #DBDFAB

Text Example


Text Example

White with #DBDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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