#DCD193

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

Shades of Tahuna Sands #DCD193

Tints of Tahuna Sands #DCD193

Color information

#DCD193 (or 0xDCD193) is unknown color: approx Tahuna Sands. HEX triplet: DC, D1 and 93. RGB value is (220,209,147). Sum of RGB (Red+Green+Blue) = 220+209+147=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD193 is #232E6C. Grayscale: #CDCDCD. Windows color (decimal): -2305645 or 9687516. OLE color: 9687516.

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

Color convert

RGB220209147-
CMYK00.050.330.14
HSL50.96º51.05%71.96%-
HSV(B)50.96º33.18%86.27%-
XYZ57.5862.9236.71-
YUV205.2295.14138.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=38.19%
G=36.28%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020914700.050.330.1450.9651.0571.96
HexDCD1930521E333348
Octal3343212230541166363110
Binary110111001101000110010011010110000111101100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD193; }

 p { color: rgb(220,209,147); }

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

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

 a { background-color: rgb(220,209,147); }

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

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

 span { border-color: rgb(220,209,147); }

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