#DCD093

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

Shades of Tahuna Sands #DCD093

Tints of Tahuna Sands #DCD093

Color information

#DCD093 (or 0xDCD093) is unknown color: approx Tahuna Sands. HEX triplet: DC, D0 and 93. RGB value is (220,208,147). Sum of RGB (Red+Green+Blue) = 220+208+147=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD093 is #232F6C. Grayscale: #CCCCCC. Windows color (decimal): -2305901 or 9687260. OLE color: 9687260.

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

Color convert

RGB220208147-
CMYK00.050.330.14
HSL50.14º51.05%71.96%-
HSV(B)50.14º33.18%86.27%-
XYZ57.3462.4336.63-
YUV204.6395.48138.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=38.26%
G=36.17%
B=25.57%

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
Decimal22020814700.050.330.1450.1451.0571.96
HexDCD0930521E323348
Octal3343202230541166263110
Binary110111001101000010010011010110000111101100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD093; }

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

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

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

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

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

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

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

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