Html Css Color HEX #DCD0A6 Sapling

📋 copy color: '#DCD0A6'

red 220 ◦ green 208 ◦ blue 166

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

Shades of Sapling #DCD0A6

Tints of Sapling #DCD0A6

RGB

 RED value IS 220 (86.33% from 255) = 37.04%

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 166 (65.23% from 255) = 27.95%

R = 37.04%
G = 35.02%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD0A6 (or 0xDCD0A6) is known color: Sapling. HEX triplet: DC, D0 and A6. RGB value is (220,208,166). Sum of RGB (Red+Green+Blue) = 220+208+166=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A6 is #232F59. Grayscale: #CECECE. Windows color (decimal): -2305882 or 10932444. OLE color: 10932444.

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

Color convert

RGB 220 208 166 -
CMYK 0 0.05 0.25 0.14
HSL 46.67º 0.44% 0.76% -
HSV(B) 46.67º 0.25% 0.86% -
XYZ 58.95 63.08 45.14 -
YUV 206.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 220 208 166 0 0.05 0.25 0.14 46.67 0.44 0.76
Hex DC D0 A6 0 5 19 E 2F 2C 4C
Octal 334 320 246 0 5 31 16 57 54 114
Binary 11011100 11010000 10100110 0 101 11001 1110 101111 101100 1001100

Color Harmonies of #DCD0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0A6

Black with #DCD0A6

Text Example


Text Example

White with #DCD0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0A6; }

 p { color: rgb(220,208,166); }

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

background-color css

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

 a { background-color: rgb(220,208,166); }

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

border-color css

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

 span { border-color: rgb(220,208,166); }

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