#DCCF8C

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

Shades of Sandwisp #DCCF8C

Tints of Sandwisp #DCCF8C

Color information

#DCCF8C (or 0xDCCF8C) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 8C. RGB value is (220,207,140). Sum of RGB (Red+Green+Blue) = 220+207+140=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF8C is #233073. Grayscale: #CBCBCB. Windows color (decimal): -2306164 or 9228252. OLE color: 9228252.

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

Color convert

RGB220207140-
CMYK00.060.360.14
HSL50.25º53.33%70.59%-
HSV(B)50.25º36.36%86.27%-
XYZ56.5661.7333.75-
YUV203.2592.31139.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 140 (55.08% from 255) = 24.69%
R=38.80%
G=36.51%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020714000.060.360.1450.2553.3370.59
HexDCCF8C0624E323547
Octal3343172140644166265107
Binary110111001100111110001100011010010011101100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF8C; }

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

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

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

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

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

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

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

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