Html Css Color HEX #D8A591 Rose

📋 copy color: '#D8A591'

red 216 ◦ green 165 ◦ blue 145

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

Shades of Rose #D8A591

Tints of Rose #D8A591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.37%

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

R = 41.06%
G = 31.37%
B = 27.57%

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

#D8A591 (or 0xD8A591) is known color: Rose. HEX triplet: D8, A5 and 91. RGB value is (216,165,145). Sum of RGB (Red+Green+Blue) = 216+165+145=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A591 is #275A6E. Grayscale: #B2B2B2. Windows color (decimal): -2579055 or 9545176. OLE color: 9545176.

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

Color convert

RGB 216 165 145 -
CMYK 0 0.24 0.33 0.15
HSL 16.9º 0.48% 0.71% -
HSV(B) 16.9º 0.33% 0.85% -
XYZ 46.88 43.55 32.72 -
YUV 177.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 216 165 145 0 0.24 0.33 0.15 16.9 0.48 0.71
Hex D8 A5 91 0 18 21 F 11 30 47
Octal 330 245 221 0 30 41 17 21 60 107
Binary 11011000 10100101 10010001 0 11000 100001 1111 10001 110000 1000111

Color Harmonies of #D8A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A591

Black with #D8A591

Text Example


Text Example

White with #D8A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A591; }

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

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

background-color css

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

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

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

border-color css

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

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

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