Html Css Color HEX #D6C4AF Bone

📋 copy color: '#D6C4AF'

red 214 ◦ green 196 ◦ blue 175

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

Shades of Bone #D6C4AF

Tints of Bone #D6C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.5%

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 36.58%
G = 33.5%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6C4AF (or 0xD6C4AF) is known color: Bone. HEX triplet: D6, C4 and AF. RGB value is (214,196,175). Sum of RGB (Red+Green+Blue) = 214+196+175=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4AF is #293B50. Grayscale: #C7C7C7. Windows color (decimal): -2702161 or 11519190. OLE color: 11519190.

HSL color Cylindrical-coordinate representation of color #D6C4AF: hue angle of 32.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6C4AF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 175 -
CMYK 0 0.08 0.18 0.16
HSL 32.31º 0.32% 0.76% -
HSV(B) 32.31º 0.18% 0.84% -
XYZ 55.21 56.87 48.62 -
YUV 198.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 214 196 175 0 0.08 0.18 0.16 32.31 0.32 0.76
Hex D6 C4 AF 0 8 12 10 20 20 4C
Octal 326 304 257 0 10 22 20 40 40 114
Binary 11010110 11000100 10101111 0 1000 10010 10000 100000 100000 1001100

Color Harmonies of #D6C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4AF

Black with #D6C4AF

Text Example


Text Example

White with #D6C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4AF; }

 p { color: rgb(214,196,175); }

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

background-color css

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

 a { background-color: rgb(214,196,175); }

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

border-color css

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

 span { border-color: rgb(214,196,175); }

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