Html Css Color HEX #DEDDB1 Tusk

📋 copy color: '#DEDDB1'

red 222 ◦ green 221 ◦ blue 177

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

Shades of Tusk #DEDDB1

Tints of Tusk #DEDDB1

RGB

 RED value IS 222 (87.11% from 255) = 35.81%

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

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

R = 35.81%
G = 35.65%
B = 28.55%

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

#DEDDB1 (or 0xDEDDB1) is known color: Tusk. HEX triplet: DE, DD and B1. RGB value is (222,221,177). Sum of RGB (Red+Green+Blue) = 222+221+177=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDB1 is #21224E. Grayscale: #D8D8D8. Windows color (decimal): -2171471 or 11656670. OLE color: 11656670.

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

Color convert

RGB 222 221 177 -
CMYK 0 0.00 0.20 0.13
HSL 58.67º 0.41% 0.78% -
HSV(B) 58.67º 0.2% 0.87% -
XYZ 63.92 70.42 51.82 -
YUV 216.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 222 221 177 0 0.00 0.20 0.13 58.67 0.41 0.78
Hex DE DD B1 0 0 14 D 3B 29 4E
Octal 336 335 261 0 0 24 15 73 51 116
Binary 11011110 11011101 10110001 0 0 10100 1101 111011 101001 1001110

Color Harmonies of #DEDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDDB1

Black with #DEDDB1

Text Example


Text Example

White with #DEDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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