Html Css Color HEX #D8A097 Rose

📋 copy color: '#D8A097'

red 216 ◦ green 160 ◦ blue 151

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

Shades of Rose #D8A097

Tints of Rose #D8A097

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 151 (59.38% from 255) = 28.65%

R = 40.99%
G = 30.36%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8A097 (or 0xD8A097) is known color: Rose. HEX triplet: D8, A0 and 97. RGB value is (216,160,151). Sum of RGB (Red+Green+Blue) = 216+160+151=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A097 is #275F68. Grayscale: #AFAFAF. Windows color (decimal): -2580329 or 9937112. OLE color: 9937112.

HSL color Cylindrical-coordinate representation of color #D8A097: hue angle of 8.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A097 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 151 -
CMYK 0 0.26 0.30 0.15
HSL 8.31º 0.45% 0.72% -
HSV(B) 8.31º 0.3% 0.85% -
XYZ 46.48 41.97 34.93 -
YUV 175.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 216 160 151 0 0.26 0.30 0.15 8.31 0.45 0.72
Hex D8 A0 97 0 1A 1E F 8 2D 48
Octal 330 240 227 0 32 36 17 10 55 110
Binary 11011000 10100000 10010111 0 11010 11110 1111 1000 101101 1001000

Color Harmonies of #D8A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A097

Black with #D8A097

Text Example


Text Example

White with #D8A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A097; }

 p { color: rgb(216,160,151); }

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

background-color css

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

 a { background-color: rgb(216,160,151); }

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

border-color css

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

 span { border-color: rgb(216,160,151); }

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