Html Css Color HEX #DCD2A9 Sapling

📋 copy color: '#DCD2A9'

red 220 ◦ green 210 ◦ blue 169

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

Shades of Sapling #DCD2A9

Tints of Sapling #DCD2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.21%

R = 36.73%
G = 35.06%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCD2A9 (or 0xDCD2A9) is known color: Sapling. HEX triplet: DC, D2 and A9. RGB value is (220,210,169). Sum of RGB (Red+Green+Blue) = 220+210+169=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A9 is #232D56. Grayscale: #D0D0D0. Windows color (decimal): -2305367 or 11129564. OLE color: 11129564.

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

Color convert

RGB 220 210 169 -
CMYK 0 0.05 0.23 0.14
HSL 48.24º 0.42% 0.76% -
HSV(B) 48.24º 0.23% 0.86% -
XYZ 59.72 64.17 46.78 -
YUV 208.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 220 210 169 0 0.05 0.23 0.14 48.24 0.42 0.76
Hex DC D2 A9 0 5 17 E 30 2A 4C
Octal 334 322 251 0 5 27 16 60 52 114
Binary 11011100 11010010 10101001 0 101 10111 1110 110000 101010 1001100

Color Harmonies of #DCD2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD2A9

Black with #DCD2A9

Text Example


Text Example

White with #DCD2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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