Html Css Color HEX #DDDCB1 Tusk

📋 copy color: '#DDDCB1'

red 221 ◦ green 220 ◦ blue 177

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

Shades of Tusk #DDDCB1

Tints of Tusk #DDDCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.64%

R = 35.76%
G = 35.6%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDDCB1 (or 0xDDDCB1) is known color: Tusk. HEX triplet: DD, DC and B1. RGB value is (221,220,177). Sum of RGB (Red+Green+Blue) = 221+220+177=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCB1 is #22234E. Grayscale: #D7D7D7. Windows color (decimal): -2237263 or 11656413. OLE color: 11656413.

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

Color convert

RGB 221 220 177 -
CMYK 0 0.00 0.20 0.13
HSL 58.64º 0.39% 0.78% -
HSV(B) 58.64º 0.2% 0.87% -
XYZ 63.35 69.73 51.72 -
YUV 215.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 221 220 177 0 0.00 0.20 0.13 58.64 0.39 0.78
Hex DD DC B1 0 0 14 D 3B 27 4E
Octal 335 334 261 0 0 24 15 73 47 116
Binary 11011101 11011100 10110001 0 0 10100 1101 111011 100111 1001110

Color Harmonies of #DDDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCB1

Black with #DDDCB1

Text Example


Text Example

White with #DDDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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