#DCC993

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

Shades of Tahuna Sands #DCC993

Tints of Tahuna Sands #DCC993

Color information

#DCC993 (or 0xDCC993) is unknown color: approx Tahuna Sands. HEX triplet: DC, C9 and 93. RGB value is (220,201,147). Sum of RGB (Red+Green+Blue) = 220+201+147=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC993 is #23366C. Grayscale: #C8C8C8. Windows color (decimal): -2307693 or 9685468. OLE color: 9685468.

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

Color convert

RGB220201147-
CMYK00.090.330.14
HSL44.38º51.05%71.96%-
HSV(B)44.38º33.18%86.27%-
XYZ55.6759.136.08-
YUV200.5297.79141.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 201 (78.91% from 255) = 35.39%
BLUE value IS 147 (57.81% from 255) = 25.88%
R=38.73%
G=35.39%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020114700.090.330.1444.3851.0571.96
HexDCC9930921E2c3348
Octal33431122301141165463110
Binary1101110011001001100100110100110000111101011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC993; }

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

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

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

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

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

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

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

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