Html Css Color HEX #D8A098 Rose

📋 copy color: '#D8A098'

red 216 ◦ green 160 ◦ blue 152

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

Shades of Rose #D8A098

Tints of Rose #D8A098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 40.91%
G = 30.3%
B = 28.79%

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

#D8A098 (or 0xD8A098) is known color: Rose. HEX triplet: D8, A0 and 98. RGB value is (216,160,152). Sum of RGB (Red+Green+Blue) = 216+160+152=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A098 is #275F67. Grayscale: #AFAFAF. Windows color (decimal): -2580328 or 10002648. OLE color: 10002648.

HSL color Cylindrical-coordinate representation of color #D8A098: hue angle of 7.5º 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 #D8A098 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 152 -
CMYK 0 0.26 0.30 0.15
HSL 7.5º 0.45% 0.72% -
HSV(B) 7.5º 0.3% 0.85% -
XYZ 46.56 42.01 35.36 -
YUV 175.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 216 160 152 0 0.26 0.30 0.15 7.5 0.45 0.72
Hex D8 A0 98 0 1A 1E F 8 2D 48
Octal 330 240 230 0 32 36 17 10 55 110
Binary 11011000 10100000 10011000 0 11010 11110 1111 1000 101101 1001000

Color Harmonies of #D8A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A098

Black with #D8A098

Text Example


Text Example

White with #D8A098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A098; }

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

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

background-color css

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

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

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

border-color css

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

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

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