Html Css Color HEX #DDDCB3 Tusk

📋 copy color: '#DDDCB3'

red 221 ◦ green 220 ◦ blue 179

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

Shades of Tusk #DDDCB3

Tints of Tusk #DDDCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.87%

R = 35.65%
G = 35.48%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDDCB3 (or 0xDDDCB3) is known color: Tusk. HEX triplet: DD, DC and B3. RGB value is (221,220,179). Sum of RGB (Red+Green+Blue) = 221+220+179=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB3 is #22234C. Grayscale: #D7D7D7. Windows color (decimal): -2237261 or 11787485. OLE color: 11787485.

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

Color convert

RGB 221 220 179 -
CMYK 0 0.00 0.19 0.13
HSL 58.57º 0.38% 0.78% -
HSV(B) 58.57º 0.19% 0.87% -
XYZ 63.55 69.81 52.77 -
YUV 215.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 221 220 179 0 0.00 0.19 0.13 58.57 0.38 0.78
Hex DD DC B3 0 0 13 D 3B 26 4E
Octal 335 334 263 0 0 23 15 73 46 116
Binary 11011101 11011100 10110011 0 0 10011 1101 111011 100110 1001110

Color Harmonies of #DDDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCB3

Black with #DDDCB3

Text Example


Text Example

White with #DDDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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