Html Css Color HEX #D5C2AF Bone

📋 copy color: '#D5C2AF'

red 213 ◦ green 194 ◦ blue 175

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

Shades of Bone #D5C2AF

Tints of Bone #D5C2AF

RGB

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

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

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

R = 36.6%
G = 33.33%
B = 30.07%

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

#D5C2AF (or 0xD5C2AF) is known color: Bone. HEX triplet: D5, C2 and AF. RGB value is (213,194,175). Sum of RGB (Red+Green+Blue) = 213+194+175=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C2AF is #2A3D50. Grayscale: #C5C5C5. Windows color (decimal): -2768209 or 11518677. OLE color: 11518677.

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

Color convert

RGB 213 194 175 -
CMYK 0 0.09 0.18 0.16
HSL 30º 0.31% 0.76% -
HSV(B) 30º 0.18% 0.84% -
XYZ 54.47 55.82 48.46 -
YUV 197.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 213 194 175 0 0.09 0.18 0.16 30 0.31 0.76
Hex D5 C2 AF 0 9 12 10 1E 1F 4C
Octal 325 302 257 0 11 22 20 36 37 114
Binary 11010101 11000010 10101111 0 1001 10010 10000 11110 11111 1001100

Color Harmonies of #D5C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2AF

Black with #D5C2AF

Text Example


Text Example

White with #D5C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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