Html Css Color HEX #DFDDB5 Tusk

📋 copy color: '#DFDDB5'

red 223 ◦ green 221 ◦ blue 181

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

Shades of Tusk #DFDDB5

Tints of Tusk #DFDDB5

RGB

 RED value IS 223 (87.5% from 255) = 35.68%

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

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 35.68%
G = 35.36%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFDDB5 (or 0xDFDDB5) is known color: Tusk. HEX triplet: DF, DD and B5. RGB value is (223,221,181). Sum of RGB (Red+Green+Blue) = 223+221+181=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDB5 is #20224A. Grayscale: #D9D9D9. Windows color (decimal): -2105931 or 11918815. OLE color: 11918815.

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

Color convert

RGB 223 221 181 -
CMYK 0 0.01 0.19 0.13
HSL 57.14º 0.4% 0.79% -
HSV(B) 57.14º 0.19% 0.87% -
XYZ 64.63 70.74 53.96 -
YUV 217.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 223 221 181 0 0.01 0.19 0.13 57.14 0.4 0.79
Hex DF DD B5 0 1 13 D 39 28 4F
Octal 337 335 265 0 1 23 15 71 50 117
Binary 11011111 11011101 10110101 0 1 10011 1101 111001 101000 1001111

Color Harmonies of #DFDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDB5

Black with #DFDDB5

Text Example


Text Example

White with #DFDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDB5; }

 p { color: rgb(223,221,181); }

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

background-color css

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

 a { background-color: rgb(223,221,181); }

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

border-color css

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

 span { border-color: rgb(223,221,181); }

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