#DCD091

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

Shades of Tahuna Sands #DCD091

Tints of Tahuna Sands #DCD091

Color information

#DCD091 (or 0xDCD091) is unknown color: approx Tahuna Sands. HEX triplet: DC, D0 and 91. RGB value is (220,208,145). Sum of RGB (Red+Green+Blue) = 220+208+145=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD091 is #232F6E. Grayscale: #CCCCCC. Windows color (decimal): -2305903 or 9556188. OLE color: 9556188.

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

Color convert

RGB220208145-
CMYK00.050.340.14
HSL50.4º51.72%71.57%-
HSV(B)50.4º34.09%86.27%-
XYZ57.1862.3735.81-
YUV204.4194.48139.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=38.39%
G=36.30%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020814500.050.340.1450.451.7271.57
HexDCD0910522E323448
Octal3343202210542166264110
Binary110111001101000010010001010110001011101100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD091; }

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

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

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

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

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

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

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

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