#DCCFA8

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

Shades of Sapling #DCCFA8

Tints of Sapling #DCCFA8

Color information

#DCCFA8 (or 0xDCCFA8) is unknown color: approx Sapling. HEX triplet: DC, CF and A8. RGB value is (220,207,168). Sum of RGB (Red+Green+Blue) = 220+207+168=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFA8 is #233057. Grayscale: #CECECE. Windows color (decimal): -2306136 or 11063260. OLE color: 11063260.

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

Color convert

RGB220207168-
CMYK00.060.240.14
HSL45º42.62%76.08%-
HSV(B)45º23.64%86.27%-
XYZ58.962.6746.04-
YUV206.44106.31137.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=36.97%
G=34.79%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020716800.060.240.144542.6276.08
HexDCCFA80618E2d2b4c
Octal3343172500630165553114
Binary11011100110011111010100001101100011101011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFA8; }

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

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

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

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

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

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

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

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