Html Css Color HEX #D8A190 Rose

📋 copy color: '#D8A190'

red 216 ◦ green 161 ◦ blue 144

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

Shades of Rose #D8A190

Tints of Rose #D8A190

RGB

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

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

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

R = 41.46%
G = 30.9%
B = 27.64%

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

#D8A190 (or 0xD8A190) is known color: Rose. HEX triplet: D8, A1 and 90. RGB value is (216,161,144). Sum of RGB (Red+Green+Blue) = 216+161+144=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A190 is #275E6F. Grayscale: #AFAFAF. Windows color (decimal): -2580080 or 9478616. OLE color: 9478616.

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

Color convert

RGB 216 161 144 -
CMYK 0 0.25 0.33 0.15
HSL 14.17º 0.48% 0.71% -
HSV(B) 14.17º 0.33% 0.85% -
XYZ 46.1 42.1 32.08 -
YUV 175.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 216 161 144 0 0.25 0.33 0.15 14.17 0.48 0.71
Hex D8 A1 90 0 19 21 F E 30 47
Octal 330 241 220 0 31 41 17 16 60 107
Binary 11011000 10100001 10010000 0 11001 100001 1111 1110 110000 1000111

Color Harmonies of #D8A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A190

Black with #D8A190

Text Example


Text Example

White with #D8A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A190; }

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

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

background-color css

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

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

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

border-color css

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

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

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