Html Css Color HEX #DDE49D Tusk

📋 copy color: '#DDE49D'

red 221 ◦ green 228 ◦ blue 157

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

Shades of Tusk #DDE49D

Tints of Tusk #DDE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 157 (61.72% from 255) = 25.91%

R = 36.47%
G = 37.62%
B = 25.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DDE49D (or 0xDDE49D) is known color: Tusk. HEX triplet: DD, E4 and 9D. RGB value is (221,228,157). Sum of RGB (Red+Green+Blue) = 221+228+157=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE49D is #221B62. Grayscale: #DADADA. Windows color (decimal): -2235235 or 10347741. OLE color: 10347741.

HSL color Cylindrical-coordinate representation of color #DDE49D: hue angle of 65.92º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE49D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 157 -
CMYK 0.03 0 0.31 0.11
HSL 65.92º 0.57% 0.75% -
HSV(B) 65.92º 0.31% 0.89% -
XYZ 63.65 73.29 42.69 -
YUV 217.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 221 228 157 0.03 0 0.31 0.11 65.92 0.57 0.75
Hex DD E4 9D 3 0 1F B 42 39 4B
Octal 335 344 235 3 0 37 13 102 71 113
Binary 11011101 11100100 10011101 11 0 11111 1011 1000010 111001 1001011

Color Harmonies of #DDE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE49D

Black with #DDE49D

Text Example


Text Example

White with #DDE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE49D; }

 p { color: rgb(221,228,157); }

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

background-color css

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

 a { background-color: rgb(221,228,157); }

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

border-color css

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

 span { border-color: rgb(221,228,157); }

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