Html Css Color HEX #D8A691 Rose

📋 copy color: '#D8A691'

red 216 ◦ green 166 ◦ blue 145

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

Shades of Rose #D8A691

Tints of Rose #D8A691

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

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

R = 40.99%
G = 31.5%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A691 (or 0xD8A691) is known color: Rose. HEX triplet: D8, A6 and 91. RGB value is (216,166,145). Sum of RGB (Red+Green+Blue) = 216+166+145=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A691 is #27596E. Grayscale: #B2B2B2. Windows color (decimal): -2578799 or 9545432. OLE color: 9545432.

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

Color convert

RGB 216 166 145 -
CMYK 0 0.23 0.33 0.15
HSL 17.75º 0.48% 0.71% -
HSV(B) 17.75º 0.33% 0.85% -
XYZ 47.07 43.92 32.78 -
YUV 178.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 216 166 145 0 0.23 0.33 0.15 17.75 0.48 0.71
Hex D8 A6 91 0 17 21 F 12 30 47
Octal 330 246 221 0 27 41 17 22 60 107
Binary 11011000 10100110 10010001 0 10111 100001 1111 10010 110000 1000111

Color Harmonies of #D8A691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A691

Black with #D8A691

Text Example


Text Example

White with #D8A691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A691; }

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

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

background-color css

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

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

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

border-color css

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

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

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