#DDD198

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

Shades of Tahuna Sands #DDD198

Tints of Tahuna Sands #DDD198

Color information

#DDD198 (or 0xDDD198) is unknown color: approx Tahuna Sands. HEX triplet: DD, D1 and 98. RGB value is (221,209,152). Sum of RGB (Red+Green+Blue) = 221+209+152=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD198 is #222E67. Grayscale: #CECECE. Windows color (decimal): -2240104 or 10015197. OLE color: 10015197.

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

Color convert

RGB221209152-
CMYK00.050.310.13
HSL49.57º50.36%73.14%-
HSV(B)49.57º31.22%86.67%-
XYZ58.2963.2438.84-
YUV206.0997.48138.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=37.97%
G=35.91%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120915200.050.310.1349.5750.3673.14
HexDDD198051FD323249
Octal3353212300537156262111
Binary11011101110100011001100001011111111011100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD198; }

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

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

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

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

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

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

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

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