Html Css Color HEX #D5A991 Rose

📋 copy color: '#D5A991'

red 213 ◦ green 169 ◦ blue 145

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

Shades of Rose #D5A991

Tints of Rose #D5A991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

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

R = 40.42%
G = 32.07%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5A991 (or 0xD5A991) is known color: Rose. HEX triplet: D5, A9 and 91. RGB value is (213,169,145). Sum of RGB (Red+Green+Blue) = 213+169+145=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A991 is #2A566E. Grayscale: #B3B3B3. Windows color (decimal): -2774639 or 9546197. OLE color: 9546197.

HSL color Cylindrical-coordinate representation of color #D5A991: hue angle of 21.18º 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 #D5A991 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 145 -
CMYK 0 0.21 0.32 0.16
HSL 21.18º 0.45% 0.7% -
HSV(B) 21.18º 0.32% 0.84% -
XYZ 46.74 44.57 32.93 -
YUV 179.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 213 169 145 0 0.21 0.32 0.16 21.18 0.45 0.7
Hex D5 A9 91 0 15 20 10 15 2D 46
Octal 325 251 221 0 25 40 20 25 55 106
Binary 11010101 10101001 10010001 0 10101 100000 10000 10101 101101 1000110

Color Harmonies of #D5A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A991

Black with #D5A991

Text Example


Text Example

White with #D5A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A991; }

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

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

background-color css

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

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

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

border-color css

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

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

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