Html Css Color HEX #DDDCAD Tusk

📋 copy color: '#DDDCAD'

red 221 ◦ green 220 ◦ blue 173

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

Shades of Tusk #DDDCAD

Tints of Tusk #DDDCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.18%

R = 35.99%
G = 35.83%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDDCAD (or 0xDDDCAD) is known color: Tusk. HEX triplet: DD, DC and AD. RGB value is (221,220,173). Sum of RGB (Red+Green+Blue) = 221+220+173=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAD is #222352. Grayscale: #D7D7D7. Windows color (decimal): -2237267 or 11394269. OLE color: 11394269.

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

Color convert

RGB 221 220 173 -
CMYK 0 0.00 0.22 0.13
HSL 58.75º 0.41% 0.77% -
HSV(B) 58.75º 0.22% 0.87% -
XYZ 62.95 69.58 49.65 -
YUV 214.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 221 220 173 0 0.00 0.22 0.13 58.75 0.41 0.77
Hex DD DC AD 0 0 16 D 3B 29 4D
Octal 335 334 255 0 0 26 15 73 51 115
Binary 11011101 11011100 10101101 0 0 10110 1101 111011 101001 1001101

Color Harmonies of #DDDCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCAD

Black with #DDDCAD

Text Example


Text Example

White with #DDDCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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