#DDD297

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

Shades of Tahuna Sands #DDD297

Tints of Tahuna Sands #DDD297

Color information

#DDD297 (or 0xDDD297) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 97. RGB value is (221,210,151). Sum of RGB (Red+Green+Blue) = 221+210+151=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD297 is #222D68. Grayscale: #CECECE. Windows color (decimal): -2239849 or 9949917. OLE color: 9949917.

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

Color convert

RGB221210151-
CMYK00.050.320.13
HSL50.57º50.72%72.94%-
HSV(B)50.57º31.67%86.67%-
XYZ58.4563.738.49-
YUV206.5696.64138.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=37.97%
G=36.08%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121015100.050.320.1350.5750.7272.94
HexDDD2970520D333349
Octal3353222270540156363111
Binary110111011101001010010111010110000011011100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD297; }

 p { color: rgb(221,210,151); }

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

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

 a { background-color: rgb(221,210,151); }

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

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

 span { border-color: rgb(221,210,151); }

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