Html Css Color HEX #DDE0B9 Tusk

📋 copy color: '#DDE0B9'

red 221 ◦ green 224 ◦ blue 185

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

Shades of Tusk #DDE0B9

Tints of Tusk #DDE0B9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.56%

 BLUE value IS 185 (72.66% from 255) = 29.37%

R = 35.08%
G = 35.56%
B = 29.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DDE0B9 (or 0xDDE0B9) is known color: Tusk. HEX triplet: DD, E0 and B9. RGB value is (221,224,185). Sum of RGB (Red+Green+Blue) = 221+224+185=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0B9 is #221F46. Grayscale: #DADADA. Windows color (decimal): -2236231 or 12181725. OLE color: 12181725.

HSL color Cylindrical-coordinate representation of color #DDE0B9: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDE0B9 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 185 -
CMYK 0.01 0 0.17 0.12
HSL 64.62º 0.39% 0.8% -
HSV(B) 64.62º 0.17% 0.88% -
XYZ 65.23 72.19 56.39 -
YUV 218.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 221 224 185 0.01 0 0.17 0.12 64.62 0.39 0.8
Hex DD E0 B9 1 0 11 C 41 27 50
Octal 335 340 271 1 0 21 14 101 47 120
Binary 11011101 11100000 10111001 1 0 10001 1100 1000001 100111 1010000

Color Harmonies of #DDE0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0B9

Black with #DDE0B9

Text Example


Text Example

White with #DDE0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0B9; }

 p { color: rgb(221,224,185); }

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

background-color css

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

 a { background-color: rgb(221,224,185); }

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

border-color css

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

 span { border-color: rgb(221,224,185); }

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