#DFCFA7

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

Shades of Sapling #DFCFA7

Tints of Sapling #DFCFA7

Color information

#DFCFA7 (or 0xDFCFA7) is unknown color: approx Sapling. HEX triplet: DF, CF and A7. RGB value is (223,207,167). Sum of RGB (Red+Green+Blue) = 223+207+167=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFA7 is #203058. Grayscale: #CFCFCF. Windows color (decimal): -2109529 or 10997727. OLE color: 10997727.

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

Color convert

RGB223207167-
CMYK00.070.250.13
HSL42.86º46.67%76.47%-
HSV(B)42.86º25.11%87.45%-
XYZ59.7263.145.59-
YUV207.22105.3139.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=37.35%
G=34.67%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320716700.070.250.1342.8646.6776.47
HexDFCFA70719D2b2f4c
Octal3373172470731155357114
Binary11011111110011111010011101111100111011010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFA7; }

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

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

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

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

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

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

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

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