Html Css Color HEX #D5A391 Rose

📋 copy color: '#D5A391'

red 213 ◦ green 163 ◦ blue 145

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

Shades of Rose #D5A391

Tints of Rose #D5A391

RGB

 RED value IS 213 (83.59% from 255) = 40.88%

 GREEN value IS 163 (64.06% from 255) = 31.29%

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

R = 40.88%
G = 31.29%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5A391 (or 0xD5A391) is known color: Rose. HEX triplet: D5, A3 and 91. RGB value is (213,163,145). Sum of RGB (Red+Green+Blue) = 213+163+145=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A391 is #2A5C6E. Grayscale: #B0B0B0. Windows color (decimal): -2776175 or 9544661. OLE color: 9544661.

HSL color Cylindrical-coordinate representation of color #D5A391: hue angle of 15.88º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5A391 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 163 145 -
CMYK 0 0.23 0.32 0.16
HSL 15.88º 0.45% 0.7% -
HSV(B) 15.88º 0.32% 0.84% -
XYZ 45.65 42.38 32.56 -
YUV 175.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 213 163 145 0 0.23 0.32 0.16 15.88 0.45 0.7
Hex D5 A3 91 0 17 20 10 10 2D 46
Octal 325 243 221 0 27 40 20 20 55 106
Binary 11010101 10100011 10010001 0 10111 100000 10000 10000 101101 1000110

Color Harmonies of #D5A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A391

Black with #D5A391

Text Example


Text Example

White with #D5A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A391; }

 p { color: rgb(213,163,145); }

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

background-color css

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

 a { background-color: rgb(213,163,145); }

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

border-color css

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

 span { border-color: rgb(213,163,145); }

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