Html Css Color HEX #DBD2AB Sapling

📋 copy color: '#DBD2AB'

red 219 ◦ green 210 ◦ blue 171

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

Shades of Sapling #DBD2AB

Tints of Sapling #DBD2AB

RGB

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

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

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

R = 36.5%
G = 35%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBD2AB (or 0xDBD2AB) is known color: Sapling. HEX triplet: DB, D2 and AB. RGB value is (219,210,171). Sum of RGB (Red+Green+Blue) = 219+210+171=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2AB is #242D54. Grayscale: #D0D0D0. Windows color (decimal): -2370901 or 11260635. OLE color: 11260635.

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

Color convert

RGB 219 210 171 -
CMYK 0 0.04 0.22 0.14
HSL 48.75º 0.4% 0.76% -
HSV(B) 48.75º 0.22% 0.86% -
XYZ 59.61 64.09 47.76 -
YUV 208.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 219 210 171 0 0.04 0.22 0.14 48.75 0.4 0.76
Hex DB D2 AB 0 4 16 E 31 28 4C
Octal 333 322 253 0 4 26 16 61 50 114
Binary 11011011 11010010 10101011 0 100 10110 1110 110001 101000 1001100

Color Harmonies of #DBD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2AB

Black with #DBD2AB

Text Example


Text Example

White with #DBD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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