Html Css Color HEX #DDCEA4 Sapling

📋 copy color: '#DDCEA4'

red 221 ◦ green 206 ◦ blue 164

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

Shades of Sapling #DDCEA4

Tints of Sapling #DDCEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.75%

R = 37.39%
G = 34.86%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDCEA4 (or 0xDDCEA4) is known color: Sapling. HEX triplet: DD, CE and A4. RGB value is (221,206,164). Sum of RGB (Red+Green+Blue) = 221+206+164=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA4 is #22315B. Grayscale: #CDCDCD. Windows color (decimal): -2240860 or 10800861. OLE color: 10800861.

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

Color convert

RGB 221 206 164 -
CMYK 0 0.07 0.26 0.13
HSL 44.21º 0.46% 0.75% -
HSV(B) 44.21º 0.26% 0.87% -
XYZ 58.59 62.2 44.04 -
YUV 205.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 221 206 164 0 0.07 0.26 0.13 44.21 0.46 0.75
Hex DD CE A4 0 7 1A D 2C 2E 4B
Octal 335 316 244 0 7 32 15 54 56 113
Binary 11011101 11001110 10100100 0 111 11010 1101 101100 101110 1001011

Color Harmonies of #DDCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEA4

Black with #DDCEA4

Text Example


Text Example

White with #DDCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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