Html Css Color HEX #D6C3AF Bone

📋 copy color: '#D6C3AF'

red 214 ◦ green 195 ◦ blue 175

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

Shades of Bone #D6C3AF

Tints of Bone #D6C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

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

R = 36.64%
G = 33.39%
B = 29.97%

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

#D6C3AF (or 0xD6C3AF) is known color: Bone. HEX triplet: D6, C3 and AF. RGB value is (214,195,175). Sum of RGB (Red+Green+Blue) = 214+195+175=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C3AF is #293C50. Grayscale: #C6C6C6. Windows color (decimal): -2702417 or 11518934. OLE color: 11518934.

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

Color convert

RGB 214 195 175 -
CMYK 0 0.09 0.18 0.16
HSL 30.77º 0.32% 0.76% -
HSV(B) 30.77º 0.18% 0.84% -
XYZ 54.98 56.42 48.55 -
YUV 198.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 214 195 175 0 0.09 0.18 0.16 30.77 0.32 0.76
Hex D6 C3 AF 0 9 12 10 1F 20 4C
Octal 326 303 257 0 11 22 20 37 40 114
Binary 11010110 11000011 10101111 0 1001 10010 10000 11111 100000 1001100

Color Harmonies of #D6C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C3AF

Black with #D6C3AF

Text Example


Text Example

White with #D6C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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