Html Css Color HEX #D8A09B Rose

📋 copy color: '#D8A09B'

red 216 ◦ green 160 ◦ blue 155

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

Shades of Rose #D8A09B

Tints of Rose #D8A09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 40.68%
G = 30.13%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8A09B (or 0xD8A09B) is known color: Rose. HEX triplet: D8, A0 and 9B. RGB value is (216,160,155). Sum of RGB (Red+Green+Blue) = 216+160+155=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A09B is #275F64. Grayscale: #B0B0B0. Windows color (decimal): -2580325 or 10199256. OLE color: 10199256.

HSL color Cylindrical-coordinate representation of color #D8A09B: hue angle of 4.92º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8A09B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 155 -
CMYK 0 0.26 0.28 0.15
HSL 4.92º 0.44% 0.73% -
HSV(B) 4.92º 0.28% 0.85% -
XYZ 46.81 42.11 36.67 -
YUV 176.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 216 160 155 0 0.26 0.28 0.15 4.92 0.44 0.73
Hex D8 A0 9B 0 1A 1C F 5 2C 49
Octal 330 240 233 0 32 34 17 5 54 111
Binary 11011000 10100000 10011011 0 11010 11100 1111 101 101100 1001001

Color Harmonies of #D8A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A09B

Black with #D8A09B

Text Example


Text Example

White with #D8A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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