#DDD498

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

Shades of Tahuna Sands #DDD498

Tints of Tahuna Sands #DDD498

Color information

#DDD498 (or 0xDDD498) is unknown color: approx Tahuna Sands. HEX triplet: DD, D4 and 98. RGB value is (221,212,152). Sum of RGB (Red+Green+Blue) = 221+212+152=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD498 is #222B67. Grayscale: #D0D0D0. Windows color (decimal): -2239336 or 10015965. OLE color: 10015965.

HSL color Cylindrical-coordinate representation of color #DDD498: hue angle of 52.17º 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 #DDD498 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221212152-
CMYK00.040.310.13
HSL52.17º50.36%73.14%-
HSV(B)52.17º31.22%86.67%-
XYZ59.0364.7339.09-
YUV207.8596.48137.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=37.78%
G=36.24%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121215200.040.310.1352.1750.3673.14
HexDDD498041FD343249
Octal3353242300437156462111
Binary11011101110101001001100001001111111011101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD498; }

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

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

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

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

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

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

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

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