#DDD698

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

Shades of Tahuna Sands #DDD698

Tints of Tahuna Sands #DDD698

Color information

#DDD698 (or 0xDDD698) is unknown color: approx Tahuna Sands. HEX triplet: DD, D6 and 98. RGB value is (221,214,152). Sum of RGB (Red+Green+Blue) = 221+214+152=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD698 is #222967. Grayscale: #D1D1D1. Windows color (decimal): -2238824 or 10016477. OLE color: 10016477.

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

Color convert

RGB221214152-
CMYK00.030.310.13
HSL53.91º50.36%73.14%-
HSV(B)53.91º31.22%86.67%-
XYZ59.5365.7339.26-
YUV209.0295.82136.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=37.65%
G=36.46%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121415200.030.310.1353.9150.3673.14
HexDDD698031FD363249
Octal3353262300337156662111
Binary1101110111010110100110000111111111011101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD698; }

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

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

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

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

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

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

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

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