Html Css Color HEX #D8A099 Rose

📋 copy color: '#D8A099'

red 216 ◦ green 160 ◦ blue 153

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

Shades of Rose #D8A099

Tints of Rose #D8A099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 40.83%
G = 30.25%
B = 28.92%

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

#D8A099 (or 0xD8A099) is known color: Rose. HEX triplet: D8, A0 and 99. RGB value is (216,160,153). Sum of RGB (Red+Green+Blue) = 216+160+153=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A099 is #275F66. Grayscale: #B0B0B0. Windows color (decimal): -2580327 or 10068184. OLE color: 10068184.

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

Color convert

RGB 216 160 153 -
CMYK 0 0.26 0.29 0.15
HSL 6.67º 0.45% 0.72% -
HSV(B) 6.67º 0.29% 0.85% -
XYZ 46.64 42.04 35.79 -
YUV 175.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 216 160 153 0 0.26 0.29 0.15 6.67 0.45 0.72
Hex D8 A0 99 0 1A 1D F 7 2D 48
Octal 330 240 231 0 32 35 17 7 55 110
Binary 11011000 10100000 10011001 0 11010 11101 1111 111 101101 1001000

Color Harmonies of #D8A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A099

Black with #D8A099

Text Example


Text Example

White with #D8A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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