#DCCE95

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

Shades of Tahuna Sands #DCCE95

Tints of Tahuna Sands #DCCE95

Color information

#DCCE95 (or 0xDCCE95) is unknown color: approx Tahuna Sands. HEX triplet: DC, CE and 95. RGB value is (220,206,149). Sum of RGB (Red+Green+Blue) = 220+206+149=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE95 is #23316A. Grayscale: #CBCBCB. Windows color (decimal): -2306411 or 9817820. OLE color: 9817820.

HSL color Cylindrical-coordinate representation of color #DCCE95: hue angle of 48.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCCE95 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220206149-
CMYK00.060.320.14
HSL48.17º50.35%72.35%-
HSV(B)48.17º32.27%86.27%-
XYZ57.0161.5337.31-
YUV203.6997.14139.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=38.26%
G=35.83%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020614900.060.320.1448.1750.3572.35
HexDCCE950620E303248
Octal3343162250640166062110
Binary110111001100111010010101011010000011101100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE95; }

 p { color: rgb(220,206,149); }

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

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

 a { background-color: rgb(220,206,149); }

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

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

 span { border-color: rgb(220,206,149); }

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