Html Css Color HEX #D8A09A Rose

📋 copy color: '#D8A09A'

red 216 ◦ green 160 ◦ blue 154

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

Shades of Rose #D8A09A

Tints of Rose #D8A09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 40.75%
G = 30.19%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8A09A (or 0xD8A09A) is known color: Rose. HEX triplet: D8, A0 and 9A. RGB value is (216,160,154). Sum of RGB (Red+Green+Blue) = 216+160+154=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A09A is #275F65. Grayscale: #B0B0B0. Windows color (decimal): -2580326 or 10133720. OLE color: 10133720.

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

Color convert

RGB 216 160 154 -
CMYK 0 0.26 0.29 0.15
HSL 5.81º 0.44% 0.73% -
HSV(B) 5.81º 0.29% 0.85% -
XYZ 46.72 42.07 36.23 -
YUV 176.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 216 160 154 0 0.26 0.29 0.15 5.81 0.44 0.73
Hex D8 A0 9A 0 1A 1D F 6 2C 49
Octal 330 240 232 0 32 35 17 6 54 111
Binary 11011000 10100000 10011010 0 11010 11101 1111 110 101100 1001001

Color Harmonies of #D8A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A09A

Black with #D8A09A

Text Example


Text Example

White with #D8A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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