Html Css Color HEX #DDE9AF Tusk

📋 copy color: '#DDE9AF'

red 221 ◦ green 233 ◦ blue 175

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

Shades of Tusk #DDE9AF

Tints of Tusk #DDE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.04%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 35.14%
G = 37.04%
B = 27.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DDE9AF (or 0xDDE9AF) is known color: Tusk. HEX triplet: DD, E9 and AF. RGB value is (221,233,175). Sum of RGB (Red+Green+Blue) = 221+233+175=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AF is #221650. Grayscale: #DFDFDF. Windows color (decimal): -2233937 or 11528669. OLE color: 11528669.

HSL color Cylindrical-coordinate representation of color #DDE9AF: hue angle of 72.41º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE9AF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 175 -
CMYK 0.05 0 0.25 0.09
HSL 72.41º 0.57% 0.8% -
HSV(B) 72.41º 0.25% 0.91% -
XYZ 66.7 76.75 51.86 -
YUV 222.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 221 233 175 0.05 0 0.25 0.09 72.41 0.57 0.8
Hex DD E9 AF 5 0 19 9 48 39 50
Octal 335 351 257 5 0 31 11 110 71 120
Binary 11011101 11101001 10101111 101 0 11001 1001 1001000 111001 1010000

Color Harmonies of #DDE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9AF

Black with #DDE9AF

Text Example


Text Example

White with #DDE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9AF; }

 p { color: rgb(221,233,175); }

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

background-color css

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

 a { background-color: rgb(221,233,175); }

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

border-color css

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

 span { border-color: rgb(221,233,175); }

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