Html Css Color HEX #DDCEA5 Sapling

📋 copy color: '#DDCEA5'

red 221 ◦ green 206 ◦ blue 165

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

Shades of Sapling #DDCEA5

Tints of Sapling #DDCEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.87%

R = 37.33%
G = 34.8%
B = 27.87%

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

#DDCEA5 (or 0xDDCEA5) is known color: Sapling. HEX triplet: DD, CE and A5. RGB value is (221,206,165). Sum of RGB (Red+Green+Blue) = 221+206+165=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA5 is #22315A. Grayscale: #CDCDCD. Windows color (decimal): -2240859 or 10866397. OLE color: 10866397.

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

Color convert

RGB 221 206 165 -
CMYK 0 0.07 0.25 0.13
HSL 43.93º 0.45% 0.76% -
HSV(B) 43.93º 0.25% 0.87% -
XYZ 58.68 62.23 44.52 -
YUV 205.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 221 206 165 0 0.07 0.25 0.13 43.93 0.45 0.76
Hex DD CE A5 0 7 19 D 2C 2D 4C
Octal 335 316 245 0 7 31 15 54 55 114
Binary 11011101 11001110 10100101 0 111 11001 1101 101100 101101 1001100

Color Harmonies of #DDCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEA5

Black with #DDCEA5

Text Example


Text Example

White with #DDCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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