Html Css Color HEX #D5C0AF Bone

📋 copy color: '#D5C0AF'

red 213 ◦ green 192 ◦ blue 175

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

Shades of Bone #D5C0AF

Tints of Bone #D5C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

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

R = 36.72%
G = 33.1%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5C0AF (or 0xD5C0AF) is known color: Bone. HEX triplet: D5, C0 and AF. RGB value is (213,192,175). Sum of RGB (Red+Green+Blue) = 213+192+175=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C0AF is #2A3F50. Grayscale: #C4C4C4. Windows color (decimal): -2768721 or 11518165. OLE color: 11518165.

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

Color convert

RGB 213 192 175 -
CMYK 0 0.10 0.18 0.16
HSL 26.84º 0.31% 0.76% -
HSV(B) 26.84º 0.18% 0.84% -
XYZ 54.03 54.94 48.31 -
YUV 196.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 213 192 175 0 0.10 0.18 0.16 26.84 0.31 0.76
Hex D5 C0 AF 0 A 12 10 1B 1F 4C
Octal 325 300 257 0 12 22 20 33 37 114
Binary 11010101 11000000 10101111 0 1010 10010 10000 11011 11111 1001100

Color Harmonies of #D5C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C0AF

Black with #D5C0AF

Text Example


Text Example

White with #D5C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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