#DFCF8B

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

Shades of Sandwisp #DFCF8B

Tints of Sandwisp #DFCF8B

Color information

#DFCF8B (or 0xDFCF8B) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 8B. RGB value is (223,207,139). Sum of RGB (Red+Green+Blue) = 223+207+139=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF8B is #203074. Grayscale: #CCCCCC. Windows color (decimal): -2109557 or 9162719. OLE color: 9162719.

HSL color Cylindrical-coordinate representation of color #DFCF8B: hue angle of 48.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFCF8B is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223207139-
CMYK00.070.380.13
HSL48.57º56.76%70.98%-
HSV(B)48.57º37.67%87.45%-
XYZ57.462.1833.4-
YUV204.0391.3141.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=39.19%
G=36.38%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320713900.070.380.1348.5756.7670.98
HexDFCF8B0726D313947
Octal3373172130746156171107
Binary110111111100111110001011011110011011011100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF8B; }

 p { color: rgb(223,207,139); }

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

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

 a { background-color: rgb(223,207,139); }

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

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

 span { border-color: rgb(223,207,139); }

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