Html Css Color HEX #DDCEA2 Sapling

📋 copy color: '#DDCEA2'

red 221 ◦ green 206 ◦ blue 162

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

Shades of Sapling #DDCEA2

Tints of Sapling #DDCEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.5%

R = 37.52%
G = 34.97%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDCEA2 (or 0xDDCEA2) is known color: Sapling. HEX triplet: DD, CE and A2. RGB value is (221,206,162). Sum of RGB (Red+Green+Blue) = 221+206+162=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA2 is #22315D. Grayscale: #CDCDCD. Windows color (decimal): -2240862 or 10669789. OLE color: 10669789.

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

Color convert

RGB 221 206 162 -
CMYK 0 0.07 0.27 0.13
HSL 44.75º 0.46% 0.75% -
HSV(B) 44.75º 0.27% 0.87% -
XYZ 58.41 62.12 43.09 -
YUV 205.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 221 206 162 0 0.07 0.27 0.13 44.75 0.46 0.75
Hex DD CE A2 0 7 1B D 2D 2E 4B
Octal 335 316 242 0 7 33 15 55 56 113
Binary 11011101 11001110 10100010 0 111 11011 1101 101101 101110 1001011

Color Harmonies of #DDCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEA2

Black with #DDCEA2

Text Example


Text Example

White with #DDCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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