Html Css Color HEX #DEDEAB Tusk

📋 copy color: '#DEDEAB'

red 222 ◦ green 222 ◦ blue 171

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

Shades of Tusk #DEDEAB

Tints of Tusk #DEDEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.8%

R = 36.1%
G = 36.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEDEAB (or 0xDEDEAB) is known color: Tusk. HEX triplet: DE, DE and AB. RGB value is (222,222,171). Sum of RGB (Red+Green+Blue) = 222+222+171=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEAB is #212154. Grayscale: #D8D8D8. Windows color (decimal): -2171221 or 11263710. OLE color: 11263710.

HSL color Cylindrical-coordinate representation of color #DEDEAB: hue angle of 60º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEDEAB is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 171 -
CMYK 0 0 0.23 0.13
HSL 60º 0.44% 0.77% -
HSV(B) 60º 0.23% 0.87% -
XYZ 63.6 70.71 48.83 -
YUV 216.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 222 222 171 0 0 0.23 0.13 60 0.44 0.77
Hex DE DE AB 0 0 17 D 3C 2C 4D
Octal 336 336 253 0 0 27 15 74 54 115
Binary 11011110 11011110 10101011 0 0 10111 1101 111100 101100 1001101

Color Harmonies of #DEDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEAB

Black with #DEDEAB

Text Example


Text Example

White with #DEDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEAB; }

 p { color: rgb(222,222,171); }

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

background-color css

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

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

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

border-color css

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

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

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