Html Css Color HEX #D5C3AF Bone

📋 copy color: '#D5C3AF'

red 213 ◦ green 195 ◦ blue 175

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

Shades of Bone #D5C3AF

Tints of Bone #D5C3AF

RGB

 RED value IS 213 (83.59% from 255) = 36.54%

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

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

R = 36.54%
G = 33.45%
B = 30.02%

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

#D5C3AF (or 0xD5C3AF) is known color: Bone. HEX triplet: D5, C3 and AF. RGB value is (213,195,175). Sum of RGB (Red+Green+Blue) = 213+195+175=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C3AF is #2A3C50. Grayscale: #C6C6C6. Windows color (decimal): -2767953 or 11518933. OLE color: 11518933.

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

Color convert

RGB 213 195 175 -
CMYK 0 0.08 0.18 0.16
HSL 31.58º 0.31% 0.76% -
HSV(B) 31.58º 0.18% 0.84% -
XYZ 54.69 56.27 48.54 -
YUV 198.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 213 195 175 0 0.08 0.18 0.16 31.58 0.31 0.76
Hex D5 C3 AF 0 8 12 10 20 1F 4C
Octal 325 303 257 0 10 22 20 40 37 114
Binary 11010101 11000011 10101111 0 1000 10010 10000 100000 11111 1001100

Color Harmonies of #D5C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3AF

Black with #D5C3AF

Text Example


Text Example

White with #D5C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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