Html Css Color HEX #DCD2A3 Sapling

📋 copy color: '#DCD2A3'

red 220 ◦ green 210 ◦ blue 163

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

Shades of Sapling #DCD2A3

Tints of Sapling #DCD2A3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 163 (64.06% from 255) = 27.49%

R = 37.1%
G = 35.41%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCD2A3 (or 0xDCD2A3) is known color: Sapling. HEX triplet: DC, D2 and A3. RGB value is (220,210,163). Sum of RGB (Red+Green+Blue) = 220+210+163=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A3 is #232D5C. Grayscale: #CFCFCF. Windows color (decimal): -2305373 or 10736348. OLE color: 10736348.

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

Color convert

RGB 220 210 163 -
CMYK 0 0.05 0.26 0.14
HSL 49.47º 0.45% 0.75% -
HSV(B) 49.47º 0.26% 0.86% -
XYZ 59.17 63.95 43.88 -
YUV 207.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 220 210 163 0 0.05 0.26 0.14 49.47 0.45 0.75
Hex DC D2 A3 0 5 1A E 31 2D 4B
Octal 334 322 243 0 5 32 16 61 55 113
Binary 11011100 11010010 10100011 0 101 11010 1110 110001 101101 1001011

Color Harmonies of #DCD2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD2A3

Black with #DCD2A3

Text Example


Text Example

White with #DCD2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD2A3; }

 p { color: rgb(220,210,163); }

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

background-color css

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

 a { background-color: rgb(220,210,163); }

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

border-color css

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

 span { border-color: rgb(220,210,163); }

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