Html Css Color HEX #D8A291 Rose

📋 copy color: '#D8A291'

red 216 ◦ green 162 ◦ blue 145

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

Shades of Rose #D8A291

Tints of Rose #D8A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 41.3%
G = 30.98%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A291 (or 0xD8A291) is known color: Rose. HEX triplet: D8, A2 and 91. RGB value is (216,162,145). Sum of RGB (Red+Green+Blue) = 216+162+145=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A291 is #275D6E. Grayscale: #B0B0B0. Windows color (decimal): -2579823 or 9544408. OLE color: 9544408.

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

Color convert

RGB 216 162 145 -
CMYK 0 0.25 0.33 0.15
HSL 14.37º 0.48% 0.71% -
HSV(B) 14.37º 0.33% 0.85% -
XYZ 46.35 42.48 32.55 -
YUV 176.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 216 162 145 0 0.25 0.33 0.15 14.37 0.48 0.71
Hex D8 A2 91 0 19 21 F E 30 47
Octal 330 242 221 0 31 41 17 16 60 107
Binary 11011000 10100010 10010001 0 11001 100001 1111 1110 110000 1000111

Color Harmonies of #D8A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A291

Black with #D8A291

Text Example


Text Example

White with #D8A291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A291; }

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

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

background-color css

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

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

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

border-color css

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

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

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