Html Css Color HEX #DBDDA5 Tusk

📋 copy color: '#DBDDA5'

red 219 ◦ green 221 ◦ blue 165

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

Shades of Tusk #DBDDA5

Tints of Tusk #DBDDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.27%

R = 36.2%
G = 36.53%
B = 27.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DBDDA5 (or 0xDBDDA5) is known color: Tusk. HEX triplet: DB, DD and A5. RGB value is (219,221,165). Sum of RGB (Red+Green+Blue) = 219+221+165=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA5 is #24225A. Grayscale: #D6D6D6. Windows color (decimal): -2368091 or 10870235. OLE color: 10870235.

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

Color convert

RGB 219 221 165 -
CMYK 0.01 0 0.25 0.13
HSL 62.14º 0.45% 0.76% -
HSV(B) 62.14º 0.25% 0.87% -
XYZ 61.86 69.49 45.75 -
YUV 214.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 219 221 165 0.01 0 0.25 0.13 62.14 0.45 0.76
Hex DB DD A5 1 0 19 D 3E 2D 4C
Octal 333 335 245 1 0 31 15 76 55 114
Binary 11011011 11011101 10100101 1 0 11001 1101 111110 101101 1001100

Color Harmonies of #DBDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDA5

Black with #DBDDA5

Text Example


Text Example

White with #DBDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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