Html Css Color HEX #DBBEA0 Bone

📋 copy color: '#DBBEA0'

red 219 ◦ green 190 ◦ blue 160

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

Shades of Bone #DBBEA0

Tints of Bone #DBBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

 BLUE value IS 160 (62.89% from 255) = 28.12%

R = 38.49%
G = 33.39%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBBEA0 (or 0xDBBEA0) is known color: Bone. HEX triplet: DB, BE and A0. RGB value is (219,190,160). Sum of RGB (Red+Green+Blue) = 219+190+160=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEA0 is #24415F. Grayscale: #C3C3C3. Windows color (decimal): -2376032 or 10534619. OLE color: 10534619.

HSL color Cylindrical-coordinate representation of color #DBBEA0: hue angle of 30.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBEA0 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 160 -
CMYK 0 0.13 0.27 0.14
HSL 30.51º 0.45% 0.74% -
HSV(B) 30.51º 0.27% 0.86% -
XYZ 53.97 54.43 40.92 -
YUV 195.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 219 190 160 0 0.13 0.27 0.14 30.51 0.45 0.74
Hex DB BE A0 0 D 1B E 1F 2D 4A
Octal 333 276 240 0 15 33 16 37 55 112
Binary 11011011 10111110 10100000 0 1101 11011 1110 11111 101101 1001010

Color Harmonies of #DBBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEA0

Black with #DBBEA0

Text Example


Text Example

White with #DBBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEA0; }

 p { color: rgb(219,190,160); }

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

background-color css

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

 a { background-color: rgb(219,190,160); }

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

border-color css

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

 span { border-color: rgb(219,190,160); }

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