#DDD094

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

Shades of Tahuna Sands #DDD094

Tints of Tahuna Sands #DDD094

Color information

#DDD094 (or 0xDDD094) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 94. RGB value is (221,208,148). Sum of RGB (Red+Green+Blue) = 221+208+148=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD094 is #222F6B. Grayscale: #CDCDCD. Windows color (decimal): -2240364 or 9752797. OLE color: 9752797.

HSL color Cylindrical-coordinate representation of color #DDD094: hue angle of 49.32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD094 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221208148-
CMYK00.060.330.13
HSL49.32º51.77%72.35%-
HSV(B)49.32º33.03%86.67%-
XYZ57.7262.6237.06-
YUV205.0595.81139.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=38.30%
G=36.05%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120814800.060.330.1349.3251.7772.35
HexDDD0940621D313448
Octal3353202240641156164110
Binary110111011101000010010100011010000111011100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD094; }

 p { color: rgb(221,208,148); }

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

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

 a { background-color: rgb(221,208,148); }

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

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

 span { border-color: rgb(221,208,148); }

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