#DCD391

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

Shades of Tahuna Sands #DCD391

Tints of Tahuna Sands #DCD391

Color information

#DCD391 (or 0xDCD391) is unknown color: approx Tahuna Sands. HEX triplet: DC, D3 and 91. RGB value is (220,211,145). Sum of RGB (Red+Green+Blue) = 220+211+145=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD391 is #232C6E. Grayscale: #CECECE. Windows color (decimal): -2305135 or 9556956. OLE color: 9556956.

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

Color convert

RGB220211145-
CMYK00.040.340.14
HSL52.8º51.72%71.57%-
HSV(B)52.8º34.09%86.27%-
XYZ57.9263.8536.06-
YUV206.1793.48137.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=38.19%
G=36.63%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021114500.040.340.1452.851.7271.57
HexDCD3910422E353448
Octal3343232210442166564110
Binary110111001101001110010001010010001011101101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD391; }

 p { color: rgb(220,211,145); }

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

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

 a { background-color: rgb(220,211,145); }

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

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

 span { border-color: rgb(220,211,145); }

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