Html Css Color HEX #DCD3AE Sapling

📋 copy color: '#DCD3AE'

red 220 ◦ green 211 ◦ blue 174

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

Shades of Sapling #DCD3AE

Tints of Sapling #DCD3AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 36.36%
G = 34.88%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCD3AE (or 0xDCD3AE) is known color: Sapling. HEX triplet: DC, D3 and AE. RGB value is (220,211,174). Sum of RGB (Red+Green+Blue) = 220+211+174=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AE is #232C51. Grayscale: #D1D1D1. Windows color (decimal): -2305106 or 11457500. OLE color: 11457500.

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

Color convert

RGB 220 211 174 -
CMYK 0 0.04 0.21 0.14
HSL 48.26º 0.4% 0.77% -
HSV(B) 48.26º 0.21% 0.86% -
XYZ 60.45 64.86 49.38 -
YUV 209.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 220 211 174 0 0.04 0.21 0.14 48.26 0.4 0.77
Hex DC D3 AE 0 4 15 E 30 28 4D
Octal 334 323 256 0 4 25 16 60 50 115
Binary 11011100 11010011 10101110 0 100 10101 1110 110000 101000 1001101

Color Harmonies of #DCD3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3AE

Black with #DCD3AE

Text Example


Text Example

White with #DCD3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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