Html Css Color HEX #D1A391 Rose

📋 copy color: '#D1A391'

red 209 ◦ green 163 ◦ blue 145

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

Shades of Rose #D1A391

Tints of Rose #D1A391

RGB

 RED value IS 209 (82.03% from 255) = 40.43%

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

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

R = 40.43%
G = 31.53%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1A391 (or 0xD1A391) is known color: Rose. HEX triplet: D1, A3 and 91. RGB value is (209,163,145). Sum of RGB (Red+Green+Blue) = 209+163+145=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A391 is #2E5C6E. Grayscale: #AEAEAE. Windows color (decimal): -3038319 or 9544657. OLE color: 9544657.

HSL color Cylindrical-coordinate representation of color #D1A391: hue angle of 16.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A391 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 163 145 -
CMYK 0 0.22 0.31 0.18
HSL 16.88º 0.41% 0.69% -
HSV(B) 16.88º 0.31% 0.82% -
XYZ 44.5 41.79 32.51 -
YUV 174.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 209 163 145 0 0.22 0.31 0.18 16.88 0.41 0.69
Hex D1 A3 91 0 16 1F 12 11 29 45
Octal 321 243 221 0 26 37 22 21 51 105
Binary 11010001 10100011 10010001 0 10110 11111 10010 10001 101001 1000101

Color Harmonies of #D1A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A391

Black with #D1A391

Text Example


Text Example

White with #D1A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A391; }

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

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

background-color css

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

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

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

border-color css

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

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

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