#DDE69C

Color #DDE69C Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DDE69C

Tints of Tusk #DDE69C

Color information

#DDE69C (or 0xDDE69C) is unknown color: approx Tusk. HEX triplet: DD, E6 and 9C. RGB value is (221,230,156). Sum of RGB (Red+Green+Blue) = 221+230+156=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE69C is #221963. Grayscale: #DBDBDB. Windows color (decimal): -2234724 or 10282717. OLE color: 10282717.

HSL color Cylindrical-coordinate representation of color #DDE69C: hue angle of 67.3º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE69C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB221230156-
CMYK0.0400.320.10
HSL67.3º59.68%75.69%-
HSV(B)67.3º32.17%90.2%-
XYZ64.1274.3742.43-
YUV218.8792.52129.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=36.41%
G=37.89%
B=25.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301560.0400.320.1067.359.6875.69
HexDDE69C4020A433c4c
Octal33534623440401210374114
Binary1101110111100110100111001000100000101010000111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE69C; }

 p { color: rgb(221,230,156); }

 H1.HeaderClassName
 {
   color: #DDE69C;
 }
 .AnyTagClassName
 {
   color: #DDE69C;
 }
</style>
background-color css

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

 a { background-color: rgb(221,230,156); }

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

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

 span { border-color: rgb(221,230,156); }

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