Html Css Color HEX #DDDCAF Tusk

📋 copy color: '#DDDCAF'

red 221 ◦ green 220 ◦ blue 175

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

Shades of Tusk #DDDCAF

Tints of Tusk #DDDCAF

RGB

 RED value IS 221 (86.72% from 255) = 35.88%

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

 BLUE value IS 175 (68.75% from 255) = 28.41%

R = 35.88%
G = 35.71%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDDCAF (or 0xDDDCAF) is known color: Tusk. HEX triplet: DD, DC and AF. RGB value is (221,220,175). Sum of RGB (Red+Green+Blue) = 221+220+175=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAF is #222350. Grayscale: #D7D7D7. Windows color (decimal): -2237265 or 11525341. OLE color: 11525341.

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

Color convert

RGB 221 220 175 -
CMYK 0 0.00 0.21 0.13
HSL 58.7º 0.4% 0.78% -
HSV(B) 58.7º 0.21% 0.87% -
XYZ 63.15 69.65 50.67 -
YUV 215.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 221 220 175 0 0.00 0.21 0.13 58.7 0.4 0.78
Hex DD DC AF 0 0 15 D 3B 28 4E
Octal 335 334 257 0 0 25 15 73 50 116
Binary 11011101 11011100 10101111 0 0 10101 1101 111011 101000 1001110

Color Harmonies of #DDDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCAF

Black with #DDDCAF

Text Example


Text Example

White with #DDDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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