Html Css Color HEX #DCD2AB Sapling

📋 copy color: '#DCD2AB'

red 220 ◦ green 210 ◦ blue 171

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

Shades of Sapling #DCD2AB

Tints of Sapling #DCD2AB

RGB

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

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

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

R = 36.61%
G = 34.94%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD2AB (or 0xDCD2AB) is known color: Sapling. HEX triplet: DC, D2 and AB. RGB value is (220,210,171). Sum of RGB (Red+Green+Blue) = 220+210+171=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AB is #232D54. Grayscale: #D0D0D0. Windows color (decimal): -2305365 or 11260636. OLE color: 11260636.

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

Color convert

RGB 220 210 171 -
CMYK 0 0.05 0.22 0.14
HSL 47.76º 0.41% 0.77% -
HSV(B) 47.76º 0.22% 0.86% -
XYZ 59.91 64.25 47.77 -
YUV 208.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 220 210 171 0 0.05 0.22 0.14 47.76 0.41 0.77
Hex DC D2 AB 0 5 16 E 30 29 4D
Octal 334 322 253 0 5 26 16 60 51 115
Binary 11011100 11010010 10101011 0 101 10110 1110 110000 101001 1001101

Color Harmonies of #DCD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD2AB

Black with #DCD2AB

Text Example


Text Example

White with #DCD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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