Html Css Color HEX #D8A890 Rose

📋 copy color: '#D8A890'

red 216 ◦ green 168 ◦ blue 144

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

Shades of Rose #D8A890

Tints of Rose #D8A890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 40.91%
G = 31.82%
B = 27.27%

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

#D8A890 (or 0xD8A890) is known color: Rose. HEX triplet: D8, A8 and 90. RGB value is (216,168,144). Sum of RGB (Red+Green+Blue) = 216+168+144=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A890 is #27576F. Grayscale: #B3B3B3. Windows color (decimal): -2578288 or 9480408. OLE color: 9480408.

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

Color convert

RGB 216 168 144 -
CMYK 0 0.22 0.33 0.15
HSL 20º 0.48% 0.71% -
HSV(B) 20º 0.33% 0.85% -
XYZ 47.36 44.62 32.5 -
YUV 179.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 216 168 144 0 0.22 0.33 0.15 20 0.48 0.71
Hex D8 A8 90 0 16 21 F 14 30 47
Octal 330 250 220 0 26 41 17 24 60 107
Binary 11011000 10101000 10010000 0 10110 100001 1111 10100 110000 1000111

Color Harmonies of #D8A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A890

Black with #D8A890

Text Example


Text Example

White with #D8A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A890; }

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

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

background-color css

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

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

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

border-color css

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

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

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