Html Css Color HEX #D8A198 Rose

📋 copy color: '#D8A198'

red 216 ◦ green 161 ◦ blue 152

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

Shades of Rose #D8A198

Tints of Rose #D8A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.43%

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

R = 40.83%
G = 30.43%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8A198 (or 0xD8A198) is known color: Rose. HEX triplet: D8, A1 and 98. RGB value is (216,161,152). Sum of RGB (Red+Green+Blue) = 216+161+152=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A198 is #275E67. Grayscale: #B0B0B0. Windows color (decimal): -2580072 or 10002904. OLE color: 10002904.

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

Color convert

RGB 216 161 152 -
CMYK 0 0.25 0.30 0.15
HSL 8.44º 0.45% 0.72% -
HSV(B) 8.44º 0.3% 0.85% -
XYZ 46.73 42.36 35.42 -
YUV 176.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 216 161 152 0 0.25 0.30 0.15 8.44 0.45 0.72
Hex D8 A1 98 0 19 1E F 8 2D 48
Octal 330 241 230 0 31 36 17 10 55 110
Binary 11011000 10100001 10011000 0 11001 11110 1111 1000 101101 1001000

Color Harmonies of #D8A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A198

Black with #D8A198

Text Example


Text Example

White with #D8A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A198; }

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

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

background-color css

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

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

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

border-color css

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

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

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