Html Css Color HEX #D6BDA4 Bone

📋 copy color: '#D6BDA4'

red 214 ◦ green 189 ◦ blue 164

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

Shades of Bone #D6BDA4

Tints of Bone #D6BDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.92%

R = 37.74%
G = 33.33%
B = 28.92%

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

#D6BDA4 (or 0xD6BDA4) is known color: Bone. HEX triplet: D6, BD and A4. RGB value is (214,189,164). Sum of RGB (Red+Green+Blue) = 214+189+164=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA4 is #29425B. Grayscale: #C1C1C1. Windows color (decimal): -2703964 or 10796502. OLE color: 10796502.

HSL color Cylindrical-coordinate representation of color #D6BDA4: hue angle of 30º degrees, saturation: 0.38, 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 #D6BDA4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 164 -
CMYK 0 0.12 0.23 0.16
HSL 30º 0.38% 0.74% -
HSV(B) 30º 0.23% 0.84% -
XYZ 52.63 53.37 42.65 -
YUV 193.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 214 189 164 0 0.12 0.23 0.16 30 0.38 0.74
Hex D6 BD A4 0 C 17 10 1E 26 4A
Octal 326 275 244 0 14 27 20 36 46 112
Binary 11010110 10111101 10100100 0 1100 10111 10000 11110 100110 1001010

Color Harmonies of #D6BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDA4

Black with #D6BDA4

Text Example


Text Example

White with #D6BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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