Html Css Color HEX #DCD3AB Sapling

📋 copy color: '#DCD3AB'

red 220 ◦ green 211 ◦ blue 171

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

Shades of Sapling #DCD3AB

Tints of Sapling #DCD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 36.54%
G = 35.05%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD3AB (or 0xDCD3AB) is known color: Sapling. HEX triplet: DC, D3 and AB. RGB value is (220,211,171). Sum of RGB (Red+Green+Blue) = 220+211+171=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AB is #232C54. Grayscale: #D1D1D1. Windows color (decimal): -2305109 or 11260892. OLE color: 11260892.

HSL color Cylindrical-coordinate representation of color #DCD3AB: hue angle of 48.98º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCD3AB is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 171 -
CMYK 0 0.04 0.22 0.14
HSL 48.98º 0.41% 0.77% -
HSV(B) 48.98º 0.22% 0.86% -
XYZ 60.16 64.74 47.85 -
YUV 209.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 220 211 171 0 0.04 0.22 0.14 48.98 0.41 0.77
Hex DC D3 AB 0 4 16 E 31 29 4D
Octal 334 323 253 0 4 26 16 61 51 115
Binary 11011100 11010011 10101011 0 100 10110 1110 110001 101001 1001101

Color Harmonies of #DCD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3AB

Black with #DCD3AB

Text Example


Text Example

White with #DCD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3AB; }

 p { color: rgb(220,211,171); }

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

background-color css

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

 a { background-color: rgb(220,211,171); }

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

border-color css

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

 span { border-color: rgb(220,211,171); }

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