Html Css Color HEX #DBD1A3 Sapling

📋 copy color: '#DBD1A3'

red 219 ◦ green 209 ◦ blue 163

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

Shades of Sapling #DBD1A3

Tints of Sapling #DBD1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.58%

R = 37.06%
G = 35.36%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD1A3 (or 0xDBD1A3) is known color: Sapling. HEX triplet: DB, D1 and A3. RGB value is (219,209,163). Sum of RGB (Red+Green+Blue) = 219+209+163=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1A3 is #242E5C. Grayscale: #CECECE. Windows color (decimal): -2371165 or 10736091. OLE color: 10736091.

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

Color convert

RGB 219 209 163 -
CMYK 0 0.05 0.26 0.14
HSL 49.29º 0.44% 0.75% -
HSV(B) 49.29º 0.26% 0.86% -
XYZ 58.62 63.31 43.78 -
YUV 206.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 219 209 163 0 0.05 0.26 0.14 49.29 0.44 0.75
Hex DB D1 A3 0 5 1A E 31 2C 4B
Octal 333 321 243 0 5 32 16 61 54 113
Binary 11011011 11010001 10100011 0 101 11010 1110 110001 101100 1001011

Color Harmonies of #DBD1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD1A3

Black with #DBD1A3

Text Example


Text Example

White with #DBD1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD1A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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