#DDCE92

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

Shades of Tahuna Sands #DDCE92

Tints of Tahuna Sands #DDCE92

Color information

#DDCE92 (or 0xDDCE92) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 92. RGB value is (221,206,146). Sum of RGB (Red+Green+Blue) = 221+206+146=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE92 is #22316D. Grayscale: #CBCBCB. Windows color (decimal): -2240878 or 9621213. OLE color: 9621213.

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

Color convert

RGB221206146-
CMYK00.070.340.13
HSL48º52.45%71.96%-
HSV(B)48º33.94%86.67%-
XYZ57.0861.5936.07-
YUV203.6495.47140.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=38.57%
G=35.95%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120614600.070.340.134852.4571.96
HexDDCE920722D303448
Octal3353162220742156064110
Binary110111011100111010010010011110001011011100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE92; }

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

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

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

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

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

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

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

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