Html Css Color HEX #DBC5AB Bone

📋 copy color: '#DBC5AB'

red 219 ◦ green 197 ◦ blue 171

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

Shades of Bone #DBC5AB

Tints of Bone #DBC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 37.31%
G = 33.56%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBC5AB (or 0xDBC5AB) is known color: Bone. HEX triplet: DB, C5 and AB. RGB value is (219,197,171). Sum of RGB (Red+Green+Blue) = 219+197+171=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5AB is #243A54. Grayscale: #C8C8C8. Windows color (decimal): -2374229 or 11257307. OLE color: 11257307.

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

Color convert

RGB 219 197 171 -
CMYK 0 0.10 0.22 0.14
HSL 32.5º 0.4% 0.76% -
HSV(B) 32.5º 0.22% 0.86% -
XYZ 56.53 57.93 46.73 -
YUV 200.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 219 197 171 0 0.10 0.22 0.14 32.5 0.4 0.76
Hex DB C5 AB 0 A 16 E 20 28 4C
Octal 333 305 253 0 12 26 16 40 50 114
Binary 11011011 11000101 10101011 0 1010 10110 1110 100000 101000 1001100

Color Harmonies of #DBC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5AB

Black with #DBC5AB

Text Example


Text Example

White with #DBC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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