Html Css Color HEX #DDCEA6 Sapling

📋 copy color: '#DDCEA6'

red 221 ◦ green 206 ◦ blue 166

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

Shades of Sapling #DDCEA6

Tints of Sapling #DDCEA6

RGB

 RED value IS 221 (86.72% from 255) = 37.27%

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

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

R = 37.27%
G = 34.74%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDCEA6 (or 0xDDCEA6) is known color: Sapling. HEX triplet: DD, CE and A6. RGB value is (221,206,166). Sum of RGB (Red+Green+Blue) = 221+206+166=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA6 is #223159. Grayscale: #CECECE. Windows color (decimal): -2240858 or 10931933. OLE color: 10931933.

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

Color convert

RGB 221 206 166 -
CMYK 0 0.07 0.25 0.13
HSL 43.64º 0.45% 0.76% -
HSV(B) 43.64º 0.25% 0.87% -
XYZ 58.77 62.27 45 -
YUV 205.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 221 206 166 0 0.07 0.25 0.13 43.64 0.45 0.76
Hex DD CE A6 0 7 19 D 2C 2D 4C
Octal 335 316 246 0 7 31 15 54 55 114
Binary 11011101 11001110 10100110 0 111 11001 1101 101100 101101 1001100

Color Harmonies of #DDCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEA6

Black with #DDCEA6

Text Example


Text Example

White with #DDCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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