#DCCD99

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

Shades of Tahuna Sands #DCCD99

Tints of Tahuna Sands #DCCD99

Color information

#DCCD99 (or 0xDCCD99) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 99. RGB value is (220,205,153). Sum of RGB (Red+Green+Blue) = 220+205+153=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD99 is #233266. Grayscale: #CBCBCB. Windows color (decimal): -2306663 or 10079708. OLE color: 10079708.

HSL color Cylindrical-coordinate representation of color #DCCD99: hue angle of 46.57º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCD99 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220205153-
CMYK00.070.300.14
HSL46.57º48.91%73.14%-
HSV(B)46.57º30.45%86.27%-
XYZ57.161.1838.94-
YUV203.5699.47139.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=38.06%
G=35.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020515300.070.300.1446.5748.9173.14
HexDCCD99071EE2f3149
Octal3343152310736165761111
Binary11011100110011011001100101111111011101011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD99; }

 p { color: rgb(220,205,153); }

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

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

 a { background-color: rgb(220,205,153); }

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

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

 span { border-color: rgb(220,205,153); }

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