Html Css Color HEX #DBD1A6 Sapling

📋 copy color: '#DBD1A6'

red 219 ◦ green 209 ◦ blue 166

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

Shades of Sapling #DBD1A6

Tints of Sapling #DBD1A6

RGB

 RED value IS 219 (85.94% from 255) = 36.87%

 GREEN value IS 209 (82.03% from 255) = 35.19%

 BLUE value IS 166 (65.23% from 255) = 27.95%

R = 36.87%
G = 35.19%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBD1A6 (or 0xDBD1A6) is known color: Sapling. HEX triplet: DB, D1 and A6. RGB value is (219,209,166). Sum of RGB (Red+Green+Blue) = 219+209+166=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1A6 is #242E59. Grayscale: #CFCFCF. Windows color (decimal): -2371162 or 10932699. OLE color: 10932699.

HSL color Cylindrical-coordinate representation of color #DBD1A6: hue angle of 48.68º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBD1A6 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 209 166 -
CMYK 0 0.05 0.24 0.14
HSL 48.68º 0.42% 0.75% -
HSV(B) 48.68º 0.24% 0.86% -
XYZ 58.9 63.41 45.21 -
YUV 207.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 219 209 166 0 0.05 0.24 0.14 48.68 0.42 0.75
Hex DB D1 A6 0 5 18 E 31 2A 4B
Octal 333 321 246 0 5 30 16 61 52 113
Binary 11011011 11010001 10100110 0 101 11000 1110 110001 101010 1001011

Color Harmonies of #DBD1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD1A6

Black with #DBD1A6

Text Example


Text Example

White with #DBD1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD1A6; }

 p { color: rgb(219,209,166); }

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

background-color css

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

 a { background-color: rgb(219,209,166); }

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

border-color css

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

 span { border-color: rgb(219,209,166); }

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