Html Css Color HEX #DBD0A8 Sapling

📋 copy color: '#DBD0A8'

red 219 ◦ green 208 ◦ blue 168

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

Shades of Sapling #DBD0A8

Tints of Sapling #DBD0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.96%

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

R = 36.81%
G = 34.96%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBD0A8 (or 0xDBD0A8) is known color: Sapling. HEX triplet: DB, D0 and A8. RGB value is (219,208,168). Sum of RGB (Red+Green+Blue) = 219+208+168=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0A8 is #242F57. Grayscale: #CECECE. Windows color (decimal): -2371416 or 11063515. OLE color: 11063515.

HSL color Cylindrical-coordinate representation of color #DBD0A8: hue angle of 47.06º 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 #DBD0A8 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 208 168 -
CMYK 0 0.05 0.23 0.14
HSL 47.06º 0.41% 0.76% -
HSV(B) 47.06º 0.23% 0.86% -
XYZ 58.84 63 46.1 -
YUV 206.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 219 208 168 0 0.05 0.23 0.14 47.06 0.41 0.76
Hex DB D0 A8 0 5 17 E 2F 29 4C
Octal 333 320 250 0 5 27 16 57 51 114
Binary 11011011 11010000 10101000 0 101 10111 1110 101111 101001 1001100

Color Harmonies of #DBD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD0A8

Black with #DBD0A8

Text Example


Text Example

White with #DBD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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