Html Css Color HEX #D0BEAD Bone

📋 copy color: '#D0BEAD'

red 208 ◦ green 190 ◦ blue 173

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

Shades of Bone #D0BEAD

Tints of Bone #D0BEAD

RGB

 RED value IS 208 (81.64% from 255) = 36.43%

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

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 36.43%
G = 33.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0BEAD (or 0xD0BEAD) is known color: Bone. HEX triplet: D0, BE and AD. RGB value is (208,190,173). Sum of RGB (Red+Green+Blue) = 208+190+173=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEAD is #2F4152. Grayscale: #C1C1C1. Windows color (decimal): -3096915 or 11386576. OLE color: 11386576.

HSL color Cylindrical-coordinate representation of color #D0BEAD: hue angle of 29.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BEAD is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 173 -
CMYK 0 0.09 0.17 0.18
HSL 29.14º 0.27% 0.75% -
HSV(B) 29.14º 0.17% 0.82% -
XYZ 51.97 53.25 47.08 -
YUV 193.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 208 190 173 0 0.09 0.17 0.18 29.14 0.27 0.75
Hex D0 BE AD 0 9 11 12 1D 1B 4B
Octal 320 276 255 0 11 21 22 35 33 113
Binary 11010000 10111110 10101101 0 1001 10001 10010 11101 11011 1001011

Color Harmonies of #D0BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BEAD

Black with #D0BEAD

Text Example


Text Example

White with #D0BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BEAD; }

 p { color: rgb(208,190,173); }

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

background-color css

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

 a { background-color: rgb(208,190,173); }

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

border-color css

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

 span { border-color: rgb(208,190,173); }

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