Html Css Color HEX #DCDDB9 Tusk

📋 copy color: '#DCDDB9'

red 220 ◦ green 221 ◦ blue 185

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

Shades of Tusk #DCDDB9

Tints of Tusk #DCDDB9

RGB

 RED value IS 220 (86.33% from 255) = 35.14%

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

 BLUE value IS 185 (72.66% from 255) = 29.55%

R = 35.14%
G = 35.3%
B = 29.55%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DCDDB9 (or 0xDCDDB9) is known color: Tusk. HEX triplet: DC, DD and B9. RGB value is (220,221,185). Sum of RGB (Red+Green+Blue) = 220+221+185=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB9 is #232246. Grayscale: #D8D8D8. Windows color (decimal): -2302535 or 12180956. OLE color: 12180956.

HSL color Cylindrical-coordinate representation of color #DCDDB9: hue angle of 61.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCDDB9 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 185 -
CMYK 0.00 0 0.16 0.13
HSL 61.67º 0.35% 0.8% -
HSV(B) 61.67º 0.16% 0.87% -
XYZ 64.13 70.43 56.11 -
YUV 216.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 220 221 185 0.00 0 0.16 0.13 61.67 0.35 0.8
Hex DC DD B9 0 0 10 D 3E 23 50
Octal 334 335 271 0 0 20 15 76 43 120
Binary 11011100 11011101 10111001 0 0 10000 1101 111110 100011 1010000

Color Harmonies of #DCDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDB9

Black with #DCDDB9

Text Example


Text Example

White with #DCDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDB9; }

 p { color: rgb(220,221,185); }

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

background-color css

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

 a { background-color: rgb(220,221,185); }

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

border-color css

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

 span { border-color: rgb(220,221,185); }

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