Html Css Color HEX #D8A891 Rose

📋 copy color: '#D8A891'

red 216 ◦ green 168 ◦ blue 145

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

Shades of Rose #D8A891

Tints of Rose #D8A891

RGB

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

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

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

R = 40.83%
G = 31.76%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A891 (or 0xD8A891) is known color: Rose. HEX triplet: D8, A8 and 91. RGB value is (216,168,145). Sum of RGB (Red+Green+Blue) = 216+168+145=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A891 is #27576E. Grayscale: #B3B3B3. Windows color (decimal): -2578287 or 9545944. OLE color: 9545944.

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

Color convert

RGB 216 168 145 -
CMYK 0 0.22 0.33 0.15
HSL 19.44º 0.48% 0.71% -
HSV(B) 19.44º 0.33% 0.85% -
XYZ 47.43 44.65 32.91 -
YUV 179.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 216 168 145 0 0.22 0.33 0.15 19.44 0.48 0.71
Hex D8 A8 91 0 16 21 F 13 30 47
Octal 330 250 221 0 26 41 17 23 60 107
Binary 11011000 10101000 10010001 0 10110 100001 1111 10011 110000 1000111

Color Harmonies of #D8A891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A891

Black with #D8A891

Text Example


Text Example

White with #D8A891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A891; }

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

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

background-color css

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

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

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

border-color css

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

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

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