#DDD192

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

Shades of Tahuna Sands #DDD192

Tints of Tahuna Sands #DDD192

Color information

#DDD192 (or 0xDDD192) is unknown color: approx Tahuna Sands. HEX triplet: DD, D1 and 92. RGB value is (221,209,146). Sum of RGB (Red+Green+Blue) = 221+209+146=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD192 is #222E6D. Grayscale: #CDCDCD. Windows color (decimal): -2240110 or 9621981. OLE color: 9621981.

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

Color convert

RGB221209146-
CMYK00.050.340.13
HSL50.4º52.45%71.96%-
HSV(B)50.4º33.94%86.67%-
XYZ57.8163.0536.32-
YUV205.4194.48139.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=38.37%
G=36.28%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120914600.050.340.1350.452.4571.96
HexDDD1920522D323448
Octal3353212220542156264110
Binary110111011101000110010010010110001011011100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD192; }

 p { color: rgb(221,209,146); }

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

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

 a { background-color: rgb(221,209,146); }

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

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

 span { border-color: rgb(221,209,146); }

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