Html Css Color HEX #DCD0A5 Sapling

📋 copy color: '#DCD0A5'

red 220 ◦ green 208 ◦ blue 165

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

Shades of Sapling #DCD0A5

Tints of Sapling #DCD0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.82%

R = 37.1%
G = 35.08%
B = 27.82%

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

#DCD0A5 (or 0xDCD0A5) is known color: Sapling. HEX triplet: DC, D0 and A5. RGB value is (220,208,165). Sum of RGB (Red+Green+Blue) = 220+208+165=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A5 is #232F5A. Grayscale: #CECECE. Windows color (decimal): -2305883 or 10866908. OLE color: 10866908.

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

Color convert

RGB 220 208 165 -
CMYK 0 0.05 0.25 0.14
HSL 46.91º 0.44% 0.75% -
HSV(B) 46.91º 0.25% 0.86% -
XYZ 58.86 63.04 44.66 -
YUV 206.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 220 208 165 0 0.05 0.25 0.14 46.91 0.44 0.75
Hex DC D0 A5 0 5 19 E 2F 2C 4B
Octal 334 320 245 0 5 31 16 57 54 113
Binary 11011100 11010000 10100101 0 101 11001 1110 101111 101100 1001011

Color Harmonies of #DCD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0A5

Black with #DCD0A5

Text Example


Text Example

White with #DCD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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