Html Css Color HEX #DCCEA9 Sapling

📋 copy color: '#DCCEA9'

red 220 ◦ green 206 ◦ blue 169

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

Shades of Sapling #DCCEA9

Tints of Sapling #DCCEA9

RGB

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

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

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

R = 36.97%
G = 34.62%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCCEA9 (or 0xDCCEA9) is known color: Sapling. HEX triplet: DC, CE and A9. RGB value is (220,206,169). Sum of RGB (Red+Green+Blue) = 220+206+169=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA9 is #233156. Grayscale: #CECECE. Windows color (decimal): -2306391 or 11128540. OLE color: 11128540.

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

Color convert

RGB 220 206 169 -
CMYK 0 0.06 0.23 0.14
HSL 43.53º 0.42% 0.76% -
HSV(B) 43.53º 0.23% 0.86% -
XYZ 58.75 62.22 46.45 -
YUV 205.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 220 206 169 0 0.06 0.23 0.14 43.53 0.42 0.76
Hex DC CE A9 0 6 17 E 2C 2A 4C
Octal 334 316 251 0 6 27 16 54 52 114
Binary 11011100 11001110 10101001 0 110 10111 1110 101100 101010 1001100

Color Harmonies of #DCCEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCEA9

Black with #DCCEA9

Text Example


Text Example

White with #DCCEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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