Html Css Color HEX #DFCFA8 Sapling

📋 copy color: '#DFCFA8'

red 223 ◦ green 207 ◦ blue 168

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

Shades of Sapling #DFCFA8

Tints of Sapling #DFCFA8

RGB

 RED value IS 223 (87.5% from 255) = 37.29%

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

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

R = 37.29%
G = 34.62%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFCFA8 (or 0xDFCFA8) is known color: Sapling. HEX triplet: DF, CF and A8. RGB value is (223,207,168). Sum of RGB (Red+Green+Blue) = 223+207+168=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFA8 is #203057. Grayscale: #CFCFCF. Windows color (decimal): -2109528 or 11063263. OLE color: 11063263.

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

Color convert

RGB 223 207 168 -
CMYK 0 0.07 0.25 0.13
HSL 42.55º 0.46% 0.77% -
HSV(B) 42.55º 0.25% 0.87% -
XYZ 59.81 63.14 46.08 -
YUV 207.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 223 207 168 0 0.07 0.25 0.13 42.55 0.46 0.77
Hex DF CF A8 0 7 19 D 2B 2E 4D
Octal 337 317 250 0 7 31 15 53 56 115
Binary 11011111 11001111 10101000 0 111 11001 1101 101011 101110 1001101

Color Harmonies of #DFCFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFA8

Black with #DFCFA8

Text Example


Text Example

White with #DFCFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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