#DCD190

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

Shades of Tahuna Sands #DCD190

Tints of Tahuna Sands #DCD190

Color information

#DCD190 (or 0xDCD190) is unknown color: approx Tahuna Sands. HEX triplet: DC, D1 and 90. RGB value is (220,209,144). Sum of RGB (Red+Green+Blue) = 220+209+144=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD190 is #232E6F. Grayscale: #CDCDCD. Windows color (decimal): -2305648 or 9490908. OLE color: 9490908.

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

Color convert

RGB220209144-
CMYK00.050.350.14
HSL51.32º52.05%71.37%-
HSV(B)51.32º34.55%86.27%-
XYZ57.3562.8335.49-
YUV204.8893.64138.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=38.39%
G=36.47%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020914400.050.350.1451.3252.0571.37
HexDCD1900523E333447
Octal3343212200543166364107
Binary110111001101000110010000010110001111101100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD190; }

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

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

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

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

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

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

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

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