Html Css Color HEX #DBDCAB Tusk

📋 copy color: '#DBDCAB'

red 219 ◦ green 220 ◦ blue 171

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

Shades of Tusk #DBDCAB

Tints of Tusk #DBDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 35.9%
G = 36.07%
B = 28.03%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBDCAB (or 0xDBDCAB) is known color: Tusk. HEX triplet: DB, DC and AB. RGB value is (219,220,171). Sum of RGB (Red+Green+Blue) = 219+220+171=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAB is #242354. Grayscale: #D6D6D6. Windows color (decimal): -2368341 or 11263195. OLE color: 11263195.

HSL color Cylindrical-coordinate representation of color #DBDCAB: hue angle of 61.22º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDCAB is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 171 -
CMYK 0.00 0 0.22 0.14
HSL 61.22º 0.41% 0.77% -
HSV(B) 61.22º 0.22% 0.86% -
XYZ 62.16 69.19 48.61 -
YUV 214.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 219 220 171 0.00 0 0.22 0.14 61.22 0.41 0.77
Hex DB DC AB 0 0 16 E 3D 29 4D
Octal 333 334 253 0 0 26 16 75 51 115
Binary 11011011 11011100 10101011 0 0 10110 1110 111101 101001 1001101

Color Harmonies of #DBDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCAB

Black with #DBDCAB

Text Example


Text Example

White with #DBDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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