Html Css Color HEX #DCDDAB Tusk

📋 copy color: '#DCDDAB'

red 220 ◦ green 221 ◦ blue 171

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

Shades of Tusk #DCDDAB

Tints of Tusk #DCDDAB

RGB

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

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

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

R = 35.95%
G = 36.11%
B = 27.94%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DCDDAB (or 0xDCDDAB) is known color: Tusk. HEX triplet: DC, DD and AB. RGB value is (220,221,171). Sum of RGB (Red+Green+Blue) = 220+221+171=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAB is #232254. Grayscale: #D7D7D7. Windows color (decimal): -2302549 or 11263452. OLE color: 11263452.

HSL color Cylindrical-coordinate representation of color #DCDDAB: hue angle of 61.2º degrees, saturation: 0.42, 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 #DCDDAB is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 171 -
CMYK 0.00 0 0.23 0.13
HSL 61.2º 0.42% 0.77% -
HSV(B) 61.2º 0.23% 0.87% -
XYZ 62.72 69.87 48.71 -
YUV 215 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 220 221 171 0.00 0 0.23 0.13 61.2 0.42 0.77
Hex DC DD AB 0 0 17 D 3D 2A 4D
Octal 334 335 253 0 0 27 15 75 52 115
Binary 11011100 11011101 10101011 0 0 10111 1101 111101 101010 1001101

Color Harmonies of #DCDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDAB

Black with #DCDDAB

Text Example


Text Example

White with #DCDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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