Html Css Color HEX #DCCDA6 Sapling

📋 copy color: '#DCCDA6'

red 220 ◦ green 205 ◦ blue 166

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

Shades of Sapling #DCCDA6

Tints of Sapling #DCCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 166 (65.23% from 255) = 28.09%

R = 37.23%
G = 34.69%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCDA6 (or 0xDCCDA6) is known color: Sapling. HEX triplet: DC, CD and A6. RGB value is (220,205,166). Sum of RGB (Red+Green+Blue) = 220+205+166=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA6 is #233259. Grayscale: #CDCDCD. Windows color (decimal): -2306650 or 10931676. OLE color: 10931676.

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

Color convert

RGB 220 205 166 -
CMYK 0 0.07 0.25 0.14
HSL 43.33º 0.44% 0.76% -
HSV(B) 43.33º 0.25% 0.86% -
XYZ 58.23 61.63 44.9 -
YUV 205.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 220 205 166 0 0.07 0.25 0.14 43.33 0.44 0.76
Hex DC CD A6 0 7 19 E 2B 2C 4C
Octal 334 315 246 0 7 31 16 53 54 114
Binary 11011100 11001101 10100110 0 111 11001 1110 101011 101100 1001100

Color Harmonies of #DCCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDA6

Black with #DCCDA6

Text Example


Text Example

White with #DCCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDA6; }

 p { color: rgb(220,205,166); }

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

background-color css

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

 a { background-color: rgb(220,205,166); }

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

border-color css

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

 span { border-color: rgb(220,205,166); }

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