Html Css Color HEX #DBD2AD Sapling

📋 copy color: '#DBD2AD'

red 219 ◦ green 210 ◦ blue 173

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

Shades of Sapling #DBD2AD

Tints of Sapling #DBD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.88%

 BLUE value IS 173 (67.97% from 255) = 28.74%

R = 36.38%
G = 34.88%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBD2AD (or 0xDBD2AD) is known color: Sapling. HEX triplet: DB, D2 and AD. RGB value is (219,210,173). Sum of RGB (Red+Green+Blue) = 219+210+173=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2AD is #242D52. Grayscale: #D0D0D0. Windows color (decimal): -2370899 or 11391707. OLE color: 11391707.

HSL color Cylindrical-coordinate representation of color #DBD2AD: hue angle of 48.26º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBD2AD is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 173 -
CMYK 0 0.04 0.21 0.14
HSL 48.26º 0.39% 0.77% -
HSV(B) 48.26º 0.21% 0.86% -
XYZ 59.8 64.17 48.77 -
YUV 208.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 219 210 173 0 0.04 0.21 0.14 48.26 0.39 0.77
Hex DB D2 AD 0 4 15 E 30 27 4D
Octal 333 322 255 0 4 25 16 60 47 115
Binary 11011011 11010010 10101101 0 100 10101 1110 110000 100111 1001101

Color Harmonies of #DBD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2AD

Black with #DBD2AD

Text Example


Text Example

White with #DBD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2AD; }

 p { color: rgb(219,210,173); }

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

background-color css

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

 a { background-color: rgb(219,210,173); }

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

border-color css

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

 span { border-color: rgb(219,210,173); }

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