#DCCF8E

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

Shades of Sandwisp #DCCF8E

Tints of Sandwisp #DCCF8E

Color information

#DCCF8E (or 0xDCCF8E) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 8E. RGB value is (220,207,142). Sum of RGB (Red+Green+Blue) = 220+207+142=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF8E is #233071. Grayscale: #CBCBCB. Windows color (decimal): -2306162 or 9359324. OLE color: 9359324.

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

Color convert

RGB220207142-
CMYK00.060.350.14
HSL50º52.7%70.98%-
HSV(B)50º35.45%86.27%-
XYZ56.7161.7934.53-
YUV203.4893.31139.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=38.66%
G=36.38%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020714200.060.350.145052.770.98
HexDCCF8E0623E323547
Octal3343172160643166265107
Binary110111001100111110001110011010001111101100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF8E; }

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

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

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

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

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

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

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

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