Html Css Color HEX #DCCFAA Sapling

📋 copy color: '#DCCFAA'

red 220 ◦ green 207 ◦ blue 170

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

Shades of Sapling #DCCFAA

Tints of Sapling #DCCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 36.85%
G = 34.67%
B = 28.48%

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

#DCCFAA (or 0xDCCFAA) is known color: Sapling. HEX triplet: DC, CF and AA. RGB value is (220,207,170). Sum of RGB (Red+Green+Blue) = 220+207+170=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAA is #233055. Grayscale: #CECECE. Windows color (decimal): -2306134 or 11194332. OLE color: 11194332.

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

Color convert

RGB 220 207 170 -
CMYK 0 0.06 0.23 0.14
HSL 44.4º 0.42% 0.76% -
HSV(B) 44.4º 0.23% 0.86% -
XYZ 59.08 62.74 47.03 -
YUV 206.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 220 207 170 0 0.06 0.23 0.14 44.4 0.42 0.76
Hex DC CF AA 0 6 17 E 2C 2A 4C
Octal 334 317 252 0 6 27 16 54 52 114
Binary 11011100 11001111 10101010 0 110 10111 1110 101100 101010 1001100

Color Harmonies of #DCCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFAA

Black with #DCCFAA

Text Example


Text Example

White with #DCCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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