Html Css Color HEX #DDE7AC Tusk

📋 copy color: '#DDE7AC'

red 221 ◦ green 231 ◦ blue 172

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

Shades of Tusk #DDE7AC

Tints of Tusk #DDE7AC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

 BLUE value IS 172 (67.58% from 255) = 27.56%

R = 35.42%
G = 37.02%
B = 27.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#DDE7AC (or 0xDDE7AC) is known color: Tusk. HEX triplet: DD, E7 and AC. RGB value is (221,231,172). Sum of RGB (Red+Green+Blue) = 221+231+172=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7AC is #221853. Grayscale: #DDDDDD. Windows color (decimal): -2234452 or 11331549. OLE color: 11331549.

HSL color Cylindrical-coordinate representation of color #DDE7AC: hue angle of 70.17º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE7AC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 172 -
CMYK 0.04 0 0.26 0.09
HSL 70.17º 0.55% 0.79% -
HSV(B) 70.17º 0.26% 0.91% -
XYZ 65.84 75.5 50.13 -
YUV 221.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 221 231 172 0.04 0 0.26 0.09 70.17 0.55 0.79
Hex DD E7 AC 4 0 1A 9 46 37 4F
Octal 335 347 254 4 0 32 11 106 67 117
Binary 11011101 11100111 10101100 100 0 11010 1001 1000110 110111 1001111

Color Harmonies of #DDE7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7AC

Black with #DDE7AC

Text Example


Text Example

White with #DDE7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7AC; }

 p { color: rgb(221,231,172); }

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

background-color css

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

 a { background-color: rgb(221,231,172); }

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

border-color css

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

 span { border-color: rgb(221,231,172); }

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