Html Css Color HEX #D5B7AF Oyster Pink

📋 copy color: '#D5B7AF'

red 213 ◦ green 183 ◦ blue 175

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

Shades of Oyster Pink #D5B7AF

Tints of Oyster Pink #D5B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.05%

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

R = 37.3%
G = 32.05%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5B7AF (or 0xD5B7AF) is known color: Oyster Pink. HEX triplet: D5, B7 and AF. RGB value is (213,183,175). Sum of RGB (Red+Green+Blue) = 213+183+175=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B7AF is #2A4850. Grayscale: #BFBFBF. Windows color (decimal): -2771025 or 11515861. OLE color: 11515861.

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

Color convert

RGB 213 183 175 -
CMYK 0 0.14 0.18 0.16
HSL 12.63º 0.31% 0.76% -
HSV(B) 12.63º 0.18% 0.84% -
XYZ 52.11 51.11 47.68 -
YUV 191.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 213 183 175 0 0.14 0.18 0.16 12.63 0.31 0.76
Hex D5 B7 AF 0 E 12 10 D 1F 4C
Octal 325 267 257 0 16 22 20 15 37 114
Binary 11010101 10110111 10101111 0 1110 10010 10000 1101 11111 1001100

Color Harmonies of #D5B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B7AF

Black with #D5B7AF

Text Example


Text Example

White with #D5B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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