#DFCF81

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

Shades of Sandwisp #DFCF81

Tints of Sandwisp #DFCF81

Color information

#DFCF81 (or 0xDFCF81) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 81. RGB value is (223,207,129). Sum of RGB (Red+Green+Blue) = 223+207+129=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF81 is #20307E. Grayscale: #CBCBCB. Windows color (decimal): -2109567 or 8507359. OLE color: 8507359.

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

Color convert

RGB223207129-
CMYK00.070.420.13
HSL49.79º59.49%69.02%-
HSV(B)49.79º42.15%87.45%-
XYZ56.7161.929.73-
YUV202.8986.3142.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=39.89%
G=37.03%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320712900.070.420.1349.7959.4969.02
HexDFCF81072AD323b45
Octal3373172010752156273105
Binary110111111100111110000001011110101011011100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF81; }

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

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

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

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

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

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

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

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