Html Css Color HEX #D8A191 Rose

📋 copy color: '#D8A191'

red 216 ◦ green 161 ◦ blue 145

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

Shades of Rose #D8A191

Tints of Rose #D8A191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.78%

R = 41.38%
G = 30.84%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A191 (or 0xD8A191) is known color: Rose. HEX triplet: D8, A1 and 91. RGB value is (216,161,145). Sum of RGB (Red+Green+Blue) = 216+161+145=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A191 is #275E6E. Grayscale: #AFAFAF. Windows color (decimal): -2580079 or 9544152. OLE color: 9544152.

HSL color Cylindrical-coordinate representation of color #D8A191: hue angle of 13.52º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A191 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 145 -
CMYK 0 0.25 0.33 0.15
HSL 13.52º 0.48% 0.71% -
HSV(B) 13.52º 0.33% 0.85% -
XYZ 46.17 42.13 32.49 -
YUV 175.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 216 161 145 0 0.25 0.33 0.15 13.52 0.48 0.71
Hex D8 A1 91 0 19 21 F E 30 47
Octal 330 241 221 0 31 41 17 16 60 107
Binary 11011000 10100001 10010001 0 11001 100001 1111 1110 110000 1000111

Color Harmonies of #D8A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A191

Black with #D8A191

Text Example


Text Example

White with #D8A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A191; }

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

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

background-color css

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

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

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

border-color css

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

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

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