Html Css Color HEX #D6C2AF Bone

📋 copy color: '#D6C2AF'

red 214 ◦ green 194 ◦ blue 175

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

Shades of Bone #D6C2AF

Tints of Bone #D6C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

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

R = 36.71%
G = 33.28%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6C2AF (or 0xD6C2AF) is known color: Bone. HEX triplet: D6, C2 and AF. RGB value is (214,194,175). Sum of RGB (Red+Green+Blue) = 214+194+175=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C2AF is #293D50. Grayscale: #C5C5C5. Windows color (decimal): -2702673 or 11518678. OLE color: 11518678.

HSL color Cylindrical-coordinate representation of color #D6C2AF: hue angle of 29.23º 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 #D6C2AF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 175 -
CMYK 0 0.09 0.18 0.16
HSL 29.23º 0.32% 0.76% -
HSV(B) 29.23º 0.18% 0.84% -
XYZ 54.76 55.97 48.48 -
YUV 197.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 214 194 175 0 0.09 0.18 0.16 29.23 0.32 0.76
Hex D6 C2 AF 0 9 12 10 1D 20 4C
Octal 326 302 257 0 11 22 20 35 40 114
Binary 11010110 11000010 10101111 0 1001 10010 10000 11101 100000 1001100

Color Harmonies of #D6C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C2AF

Black with #D6C2AF

Text Example


Text Example

White with #D6C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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