Html Css Color HEX #D6BDA5 Bone

📋 copy color: '#D6BDA5'

red 214 ◦ green 189 ◦ blue 165

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

Shades of Bone #D6BDA5

Tints of Bone #D6BDA5

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 165 (64.84% from 255) = 29.05%

R = 37.68%
G = 33.27%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6BDA5 (or 0xD6BDA5) is known color: Bone. HEX triplet: D6, BD and A5. RGB value is (214,189,165). Sum of RGB (Red+Green+Blue) = 214+189+165=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA5 is #29425A. Grayscale: #C1C1C1. Windows color (decimal): -2703963 or 10862038. OLE color: 10862038.

HSL color Cylindrical-coordinate representation of color #D6BDA5: hue angle of 29.39º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BDA5 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 165 -
CMYK 0 0.12 0.23 0.16
HSL 29.39º 0.37% 0.74% -
HSV(B) 29.39º 0.23% 0.84% -
XYZ 52.72 53.41 43.13 -
YUV 193.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 214 189 165 0 0.12 0.23 0.16 29.39 0.37 0.74
Hex D6 BD A5 0 C 17 10 1D 25 4A
Octal 326 275 245 0 14 27 20 35 45 112
Binary 11010110 10111101 10100101 0 1100 10111 10000 11101 100101 1001010

Color Harmonies of #D6BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDA5

Black with #D6BDA5

Text Example


Text Example

White with #D6BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDA5; }

 p { color: rgb(214,189,165); }

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

background-color css

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

 a { background-color: rgb(214,189,165); }

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

border-color css

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

 span { border-color: rgb(214,189,165); }

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