Html Css Color HEX #DDCFAB Sapling

📋 copy color: '#DDCFAB'

red 221 ◦ green 207 ◦ blue 171

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

Shades of Sapling #DDCFAB

Tints of Sapling #DDCFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.56%

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 36.89%
G = 34.56%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDCFAB (or 0xDDCFAB) is known color: Sapling. HEX triplet: DD, CF and AB. RGB value is (221,207,171). Sum of RGB (Red+Green+Blue) = 221+207+171=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFAB is #223054. Grayscale: #CFCFCF. Windows color (decimal): -2240597 or 11259869. OLE color: 11259869.

HSL color Cylindrical-coordinate representation of color #DDCFAB: hue angle of 43.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCFAB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 171 -
CMYK 0 0.06 0.23 0.13
HSL 43.2º 0.42% 0.77% -
HSV(B) 43.2º 0.23% 0.87% -
XYZ 59.48 62.94 47.54 -
YUV 207.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 221 207 171 0 0.06 0.23 0.13 43.2 0.42 0.77
Hex DD CF AB 0 6 17 D 2B 2A 4D
Octal 335 317 253 0 6 27 15 53 52 115
Binary 11011101 11001111 10101011 0 110 10111 1101 101011 101010 1001101

Color Harmonies of #DDCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFAB

Black with #DDCFAB

Text Example


Text Example

White with #DDCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFAB; }

 p { color: rgb(221,207,171); }

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

background-color css

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

 a { background-color: rgb(221,207,171); }

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

border-color css

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

 span { border-color: rgb(221,207,171); }

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