Html Css Color HEX #D9DCA5 Tusk

📋 copy color: '#D9DCA5'

red 217 ◦ green 220 ◦ blue 165

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

Shades of Tusk #D9DCA5

Tints of Tusk #D9DCA5

RGB

 RED value IS 217 (85.16% from 255) = 36.05%

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

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

R = 36.05%
G = 36.54%
B = 27.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#D9DCA5 (or 0xD9DCA5) is known color: Tusk. HEX triplet: D9, DC and A5. RGB value is (217,220,165). Sum of RGB (Red+Green+Blue) = 217+220+165=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCA5 is #26235A. Grayscale: #D5D5D5. Windows color (decimal): -2499419 or 10869977. OLE color: 10869977.

HSL color Cylindrical-coordinate representation of color #D9DCA5: hue angle of 63.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9DCA5 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 165 -
CMYK 0.01 0 0.25 0.14
HSL 63.27º 0.44% 0.75% -
HSV(B) 63.27º 0.25% 0.86% -
XYZ 61 68.65 45.63 -
YUV 212.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 217 220 165 0.01 0 0.25 0.14 63.27 0.44 0.75
Hex D9 DC A5 1 0 19 E 3F 2C 4B
Octal 331 334 245 1 0 31 16 77 54 113
Binary 11011001 11011100 10100101 1 0 11001 1110 111111 101100 1001011

Color Harmonies of #D9DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCA5

Black with #D9DCA5

Text Example


Text Example

White with #D9DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCA5; }

 p { color: rgb(217,220,165); }

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

background-color css

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

 a { background-color: rgb(217,220,165); }

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

border-color css

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

 span { border-color: rgb(217,220,165); }

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