Html Css Color HEX #D8A491 Rose

📋 copy color: '#D8A491'

red 216 ◦ green 164 ◦ blue 145

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

Shades of Rose #D8A491

Tints of Rose #D8A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

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

R = 41.14%
G = 31.24%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A491 (or 0xD8A491) is known color: Rose. HEX triplet: D8, A4 and 91. RGB value is (216,164,145). Sum of RGB (Red+Green+Blue) = 216+164+145=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A491 is #275B6E. Grayscale: #B1B1B1. Windows color (decimal): -2579311 or 9544920. OLE color: 9544920.

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

Color convert

RGB 216 164 145 -
CMYK 0 0.24 0.33 0.15
HSL 16.06º 0.48% 0.71% -
HSV(B) 16.06º 0.33% 0.85% -
XYZ 46.71 43.19 32.66 -
YUV 177.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 216 164 145 0 0.24 0.33 0.15 16.06 0.48 0.71
Hex D8 A4 91 0 18 21 F 10 30 47
Octal 330 244 221 0 30 41 17 20 60 107
Binary 11011000 10100100 10010001 0 11000 100001 1111 10000 110000 1000111

Color Harmonies of #D8A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A491

Black with #D8A491

Text Example


Text Example

White with #D8A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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