Html Css Color HEX #DCCEA6 Sapling

📋 copy color: '#DCCEA6'

red 220 ◦ green 206 ◦ blue 166

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

Shades of Sapling #DCCEA6

Tints of Sapling #DCCEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.8%

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

R = 37.16%
G = 34.8%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCEA6 (or 0xDCCEA6) is known color: Sapling. HEX triplet: DC, CE and A6. RGB value is (220,206,166). Sum of RGB (Red+Green+Blue) = 220+206+166=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA6 is #233159. Grayscale: #CDCDCD. Windows color (decimal): -2306394 or 10931932. OLE color: 10931932.

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

Color convert

RGB 220 206 166 -
CMYK 0 0.06 0.25 0.14
HSL 44.44º 0.44% 0.76% -
HSV(B) 44.44º 0.25% 0.86% -
XYZ 58.47 62.11 44.98 -
YUV 205.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 220 206 166 0 0.06 0.25 0.14 44.44 0.44 0.76
Hex DC CE A6 0 6 19 E 2C 2C 4C
Octal 334 316 246 0 6 31 16 54 54 114
Binary 11011100 11001110 10100110 0 110 11001 1110 101100 101100 1001100

Color Harmonies of #DCCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCEA6

Black with #DCCEA6

Text Example


Text Example

White with #DCCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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