Html Css Color HEX #D8A990 Rose

📋 copy color: '#D8A990'

red 216 ◦ green 169 ◦ blue 144

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

Shades of Rose #D8A990

Tints of Rose #D8A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.95%

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

R = 40.83%
G = 31.95%
B = 27.22%

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

#D8A990 (or 0xD8A990) is known color: Rose. HEX triplet: D8, A9 and 90. RGB value is (216,169,144). Sum of RGB (Red+Green+Blue) = 216+169+144=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A990 is #27566F. Grayscale: #B4B4B4. Windows color (decimal): -2578032 or 9480664. OLE color: 9480664.

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

Color convert

RGB 216 169 144 -
CMYK 0 0.22 0.33 0.15
HSL 20.83º 0.48% 0.71% -
HSV(B) 20.83º 0.33% 0.85% -
XYZ 47.54 44.99 32.56 -
YUV 180.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 216 169 144 0 0.22 0.33 0.15 20.83 0.48 0.71
Hex D8 A9 90 0 16 21 F 15 30 47
Octal 330 251 220 0 26 41 17 25 60 107
Binary 11011000 10101001 10010000 0 10110 100001 1111 10101 110000 1000111

Color Harmonies of #D8A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A990

Black with #D8A990

Text Example


Text Example

White with #D8A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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