Html Css Color HEX #DFDEB1 Tusk

📋 copy color: '#DFDEB1'

red 223 ◦ green 222 ◦ blue 177

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

Shades of Tusk #DFDEB1

Tints of Tusk #DFDEB1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.69%

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

R = 35.85%
G = 35.69%
B = 28.46%

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

#DFDEB1 (or 0xDFDEB1) is known color: Tusk. HEX triplet: DF, DE and B1. RGB value is (223,222,177). Sum of RGB (Red+Green+Blue) = 223+222+177=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEB1 is #20214E. Grayscale: #D9D9D9. Windows color (decimal): -2105679 or 11656927. OLE color: 11656927.

HSL color Cylindrical-coordinate representation of color #DFDEB1: hue angle of 58.7º degrees, saturation: 0.42, 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 #DFDEB1 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 222 177 -
CMYK 0 0.00 0.21 0.13
HSL 58.7º 0.42% 0.78% -
HSV(B) 58.7º 0.21% 0.87% -
XYZ 64.49 71.1 51.92 -
YUV 217.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 223 222 177 0 0.00 0.21 0.13 58.7 0.42 0.78
Hex DF DE B1 0 0 15 D 3B 2A 4E
Octal 337 336 261 0 0 25 15 73 52 116
Binary 11011111 11011110 10110001 0 0 10101 1101 111011 101010 1001110

Color Harmonies of #DFDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEB1

Black with #DFDEB1

Text Example


Text Example

White with #DFDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEB1; }

 p { color: rgb(223,222,177); }

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

background-color css

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

 a { background-color: rgb(223,222,177); }

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

border-color css

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

 span { border-color: rgb(223,222,177); }

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