#DCD094

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

Shades of Tahuna Sands #DCD094

Tints of Tahuna Sands #DCD094

Color information

#DCD094 (or 0xDCD094) is unknown color: approx Tahuna Sands. HEX triplet: DC, D0 and 94. RGB value is (220,208,148). Sum of RGB (Red+Green+Blue) = 220+208+148=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD094 is #232F6B. Grayscale: #CDCDCD. Windows color (decimal): -2305900 or 9752796. OLE color: 9752796.

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

Color convert

RGB220208148-
CMYK00.050.330.14
HSL50º50.7%72.16%-
HSV(B)50º32.73%86.27%-
XYZ57.4262.4737.05-
YUV204.7595.98138.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=38.19%
G=36.11%
B=25.69%

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
Decimal22020814800.050.330.145050.772.16
HexDCD0940521E323348
Octal3343202240541166263110
Binary110111001101000010010100010110000111101100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD094; }

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

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

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

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

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

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

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

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