Html Css Color HEX #DACFA8 Sapling

📋 copy color: '#DACFA8'

red 218 ◦ green 207 ◦ blue 168

#DACFA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapling #DACFA8

Tints of Sapling #DACFA8

RGB

 RED value IS 218 (85.55% from 255) = 36.76%

 GREEN value IS 207 (81.25% from 255) = 34.91%

 BLUE value IS 168 (66.02% from 255) = 28.33%

R = 36.76%
G = 34.91%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DACFA8 (or 0xDACFA8) is known color: Sapling. HEX triplet: DA, CF and A8. RGB value is (218,207,168). Sum of RGB (Red+Green+Blue) = 218+207+168=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFA8 is #253057. Grayscale: #CECECE. Windows color (decimal): -2437208 or 11063258. OLE color: 11063258.

HSL color Cylindrical-coordinate representation of color #DACFA8: hue angle of 46.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DACFA8 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 207 168 -
CMYK 0 0.05 0.23 0.15
HSL 46.8º 0.4% 0.76% -
HSV(B) 46.8º 0.23% 0.85% -
XYZ 58.29 62.36 46.01 -
YUV 205.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 218 207 168 0 0.05 0.23 0.15 46.8 0.4 0.76
Hex DA CF A8 0 5 17 F 2F 28 4C
Octal 332 317 250 0 5 27 17 57 50 114
Binary 11011010 11001111 10101000 0 101 10111 1111 101111 101000 1001100

Color Harmonies of #DACFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACFA8

Black with #DACFA8

Text Example


Text Example

White with #DACFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACFA8; }

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

 H1.HeaderClassName
 {
   color: #DACFA8;
 }
 .AnyTagClassName
 {
   color: #DACFA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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