Html Css Color HEX #DDDEB7 Tusk

📋 copy color: '#DDDEB7'

red 221 ◦ green 222 ◦ blue 183

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

Shades of Tusk #DDDEB7

Tints of Tusk #DDDEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.23%

R = 35.3%
G = 35.46%
B = 29.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDDEB7 (or 0xDDDEB7) is known color: Tusk. HEX triplet: DD, DE and B7. RGB value is (221,222,183). Sum of RGB (Red+Green+Blue) = 221+222+183=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB7 is #222148. Grayscale: #D9D9D9. Windows color (decimal): -2236745 or 12050141. OLE color: 12050141.

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

Color convert

RGB 221 222 183 -
CMYK 0.00 0 0.18 0.13
HSL 61.54º 0.37% 0.79% -
HSV(B) 61.54º 0.18% 0.87% -
XYZ 64.49 71.03 55.11 -
YUV 217.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 221 222 183 0.00 0 0.18 0.13 61.54 0.37 0.79
Hex DD DE B7 0 0 12 D 3E 25 4F
Octal 335 336 267 0 0 22 15 76 45 117
Binary 11011101 11011110 10110111 0 0 10010 1101 111110 100101 1001111

Color Harmonies of #DDDEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEB7

Black with #DDDEB7

Text Example


Text Example

White with #DDDEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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