Html Css Color HEX #D5A189 Rose

📋 copy color: '#D5A189'

red 213 ◦ green 161 ◦ blue 137

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

Shades of Rose #D5A189

Tints of Rose #D5A189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.51%

 BLUE value IS 137 (53.91% from 255) = 26.81%

R = 41.68%
G = 31.51%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5A189 (or 0xD5A189) is known color: Rose. HEX triplet: D5, A1 and 89. RGB value is (213,161,137). Sum of RGB (Red+Green+Blue) = 213+161+137=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A189 is #2A5E76. Grayscale: #ADADAD. Windows color (decimal): -2776695 or 9019861. OLE color: 9019861.

HSL color Cylindrical-coordinate representation of color #D5A189: hue angle of 18.95º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A189 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 137 -
CMYK 0 0.24 0.36 0.16
HSL 18.95º 0.48% 0.69% -
HSV(B) 18.95º 0.36% 0.84% -
XYZ 44.7 41.44 29.31 -
YUV 173.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 213 161 137 0 0.24 0.36 0.16 18.95 0.48 0.69
Hex D5 A1 89 0 18 24 10 13 30 45
Octal 325 241 211 0 30 44 20 23 60 105
Binary 11010101 10100001 10001001 0 11000 100100 10000 10011 110000 1000101

Color Harmonies of #D5A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A189

Black with #D5A189

Text Example


Text Example

White with #D5A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A189; }

 p { color: rgb(213,161,137); }

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

background-color css

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

 a { background-color: rgb(213,161,137); }

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

border-color css

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

 span { border-color: rgb(213,161,137); }

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