#DDD292

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

Shades of Tahuna Sands #DDD292

Tints of Tahuna Sands #DDD292

Color information

#DDD292 (or 0xDDD292) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 92. RGB value is (221,210,146). Sum of RGB (Red+Green+Blue) = 221+210+146=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD292 is #222D6D. Grayscale: #CECECE. Windows color (decimal): -2239854 or 9622237. OLE color: 9622237.

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

Color convert

RGB221210146-
CMYK00.050.340.13
HSL51.2º52.45%71.96%-
HSV(B)51.2º33.94%86.67%-
XYZ58.0563.5436.4-
YUV205.9994.14138.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=38.30%
G=36.40%
B=25.30%

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
Decimal22121014600.050.340.1351.252.4571.96
HexDDD2920522D333448
Octal3353222220542156364110
Binary110111011101001010010010010110001011011100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD292; }

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

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

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

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

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

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

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

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