Html Css Color HEX #DCD0AA Sapling

📋 copy color: '#DCD0AA'

red 220 ◦ green 208 ◦ blue 170

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

Shades of Sapling #DCD0AA

Tints of Sapling #DCD0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.43%

R = 36.79%
G = 34.78%
B = 28.43%

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

#DCD0AA (or 0xDCD0AA) is known color: Sapling. HEX triplet: DC, D0 and AA. RGB value is (220,208,170). Sum of RGB (Red+Green+Blue) = 220+208+170=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0AA is #232F55. Grayscale: #CFCFCF. Windows color (decimal): -2305878 or 11194588. OLE color: 11194588.

HSL color Cylindrical-coordinate representation of color #DCD0AA: hue angle of 45.6º 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 #DCD0AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 170 -
CMYK 0 0.05 0.23 0.14
HSL 45.6º 0.42% 0.76% -
HSV(B) 45.6º 0.23% 0.86% -
XYZ 59.33 63.23 47.11 -
YUV 207.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 220 208 170 0 0.05 0.23 0.14 45.6 0.42 0.76
Hex DC D0 AA 0 5 17 E 2E 2A 4C
Octal 334 320 252 0 5 27 16 56 52 114
Binary 11011100 11010000 10101010 0 101 10111 1110 101110 101010 1001100

Color Harmonies of #DCD0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0AA

Black with #DCD0AA

Text Example


Text Example

White with #DCD0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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