#DCCD94

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

Shades of Tahuna Sands #DCCD94

Tints of Tahuna Sands #DCCD94

Color information

#DCCD94 (or 0xDCCD94) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 94. RGB value is (220,205,148). Sum of RGB (Red+Green+Blue) = 220+205+148=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD94 is #23326B. Grayscale: #CBCBCB. Windows color (decimal): -2306668 or 9752028. OLE color: 9752028.

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

Color convert

RGB220205148-
CMYK00.070.330.14
HSL47.5º50.7%72.16%-
HSV(B)47.5º32.73%86.27%-
XYZ56.6961.0236.81-
YUV202.9996.97140.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=38.39%
G=35.78%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020514800.070.330.1447.550.772.16
HexDCCD940721E303348
Octal3343152240741166063110
Binary110111001100110110010100011110000111101100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD94; }

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

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

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

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

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

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

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

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