Html Css Color HEX #D8A090 Rose

📋 copy color: '#D8A090'

red 216 ◦ green 160 ◦ blue 144

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

Shades of Rose #D8A090

Tints of Rose #D8A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

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

R = 41.54%
G = 30.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A090 (or 0xD8A090) is known color: Rose. HEX triplet: D8, A0 and 90. RGB value is (216,160,144). Sum of RGB (Red+Green+Blue) = 216+160+144=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A090 is #275F6F. Grayscale: #AFAFAF. Windows color (decimal): -2580336 or 9478360. OLE color: 9478360.

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

Color convert

RGB 216 160 144 -
CMYK 0 0.26 0.33 0.15
HSL 13.33º 0.48% 0.71% -
HSV(B) 13.33º 0.33% 0.85% -
XYZ 45.92 41.75 32.02 -
YUV 174.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 216 160 144 0 0.26 0.33 0.15 13.33 0.48 0.71
Hex D8 A0 90 0 1A 21 F D 30 47
Octal 330 240 220 0 32 41 17 15 60 107
Binary 11011000 10100000 10010000 0 11010 100001 1111 1101 110000 1000111

Color Harmonies of #D8A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A090

Black with #D8A090

Text Example


Text Example

White with #D8A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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