Html Css Color HEX #DBD2A8 Sapling

📋 copy color: '#DBD2A8'

red 219 ◦ green 210 ◦ blue 168

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

Shades of Sapling #DBD2A8

Tints of Sapling #DBD2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.14%

R = 36.68%
G = 35.18%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBD2A8 (or 0xDBD2A8) is known color: Sapling. HEX triplet: DB, D2 and A8. RGB value is (219,210,168). Sum of RGB (Red+Green+Blue) = 219+210+168=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2A8 is #242D57. Grayscale: #D0D0D0. Windows color (decimal): -2370904 or 11064027. OLE color: 11064027.

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

Color convert

RGB 219 210 168 -
CMYK 0 0.04 0.23 0.14
HSL 49.41º 0.41% 0.76% -
HSV(B) 49.41º 0.23% 0.86% -
XYZ 59.33 63.98 46.27 -
YUV 207.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 219 210 168 0 0.04 0.23 0.14 49.41 0.41 0.76
Hex DB D2 A8 0 4 17 E 31 29 4C
Octal 333 322 250 0 4 27 16 61 51 114
Binary 11011011 11010010 10101000 0 100 10111 1110 110001 101001 1001100

Color Harmonies of #DBD2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2A8

Black with #DBD2A8

Text Example


Text Example

White with #DBD2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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