Html Css Color HEX #D8A898 Rose

📋 copy color: '#D8A898'

red 216 ◦ green 168 ◦ blue 152

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

Shades of Rose #D8A898

Tints of Rose #D8A898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.34%

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

R = 40.3%
G = 31.34%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8A898 (or 0xD8A898) is known color: Rose. HEX triplet: D8, A8 and 98. RGB value is (216,168,152). Sum of RGB (Red+Green+Blue) = 216+168+152=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A898 is #275767. Grayscale: #B4B4B4. Windows color (decimal): -2578280 or 10004696. OLE color: 10004696.

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

Color convert

RGB 216 168 152 -
CMYK 0 0.22 0.30 0.15
HSL 15º 0.45% 0.72% -
HSV(B) 15º 0.3% 0.85% -
XYZ 47.99 44.87 35.84 -
YUV 180.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 216 168 152 0 0.22 0.30 0.15 15 0.45 0.72
Hex D8 A8 98 0 16 1E F F 2D 48
Octal 330 250 230 0 26 36 17 17 55 110
Binary 11011000 10101000 10011000 0 10110 11110 1111 1111 101101 1001000

Color Harmonies of #D8A898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A898

Black with #D8A898

Text Example


Text Example

White with #D8A898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A898; }

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

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

background-color css

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

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

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

border-color css

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

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

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