#DCCF7C

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

Shades of Sandwisp #DCCF7C

Tints of Sandwisp #DCCF7C

Color information

#DCCF7C (or 0xDCCF7C) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 7C. RGB value is (220,207,124). Sum of RGB (Red+Green+Blue) = 220+207+124=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF7C is #233083. Grayscale: #C9C9C9. Windows color (decimal): -2306180 or 8179676. OLE color: 8179676.

HSL color Cylindrical-coordinate representation of color #DCCF7C: hue angle of 51.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCCF7C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220207124-
CMYK00.060.440.14
HSL51.88º57.83%67.45%-
HSV(B)51.88º43.64%86.27%-
XYZ55.4761.327.98-
YUV201.4284.31141.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=39.93%
G=37.57%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020712400.060.440.1451.8857.8367.45
HexDCCF7C062CE343a43
Octal3343171740654166472103
Binary11011100110011111111100011010110011101101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF7C; }

 p { color: rgb(220,207,124); }

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

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

 a { background-color: rgb(220,207,124); }

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

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

 span { border-color: rgb(220,207,124); }

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