Html Css Color HEX #DDCEA8 Sapling

📋 copy color: '#DDCEA8'

red 221 ◦ green 206 ◦ blue 168

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

Shades of Sapling #DDCEA8

Tints of Sapling #DDCEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 37.14%
G = 34.62%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDCEA8 (or 0xDDCEA8) is known color: Sapling. HEX triplet: DD, CE and A8. RGB value is (221,206,168). Sum of RGB (Red+Green+Blue) = 221+206+168=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA8 is #223157. Grayscale: #CECECE. Windows color (decimal): -2240856 or 11063005. OLE color: 11063005.

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

Color convert

RGB 221 206 168 -
CMYK 0 0.07 0.24 0.13
HSL 43.02º 0.44% 0.76% -
HSV(B) 43.02º 0.24% 0.87% -
XYZ 58.96 62.34 45.97 -
YUV 206.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 221 206 168 0 0.07 0.24 0.13 43.02 0.44 0.76
Hex DD CE A8 0 7 18 D 2B 2C 4C
Octal 335 316 250 0 7 30 15 53 54 114
Binary 11011101 11001110 10101000 0 111 11000 1101 101011 101100 1001100

Color Harmonies of #DDCEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEA8

Black with #DDCEA8

Text Example


Text Example

White with #DDCEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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