#DCC97F

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

Shades of Sandwisp #DCC97F

Tints of Sandwisp #DCC97F

Color information

#DCC97F (or 0xDCC97F) is unknown color: approx Sandwisp. HEX triplet: DC, C9 and 7F. RGB value is (220,201,127). Sum of RGB (Red+Green+Blue) = 220+201+127=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97F is #233680. Grayscale: #C6C6C6. Windows color (decimal): -2307713 or 8374748. OLE color: 8374748.

HSL color Cylindrical-coordinate representation of color #DCC97F: hue angle of 47.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC97F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220201127-
CMYK00.090.420.14
HSL47.74º57.06%68.04%-
HSV(B)47.74º42.27%86.27%-
XYZ54.2358.5228.52-
YUV198.2487.79143.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 127 (50% from 255) = 23.18%
R=40.15%
G=36.68%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020112700.090.420.1447.7457.0668.04
HexDCC97F092AE303944
Octal33431117701152166071104
Binary110111001100100111111110100110101011101100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC97F; }

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

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

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

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

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

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

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

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