Html Css Color HEX #D5A590 Rose

📋 copy color: '#D5A590'

red 213 ◦ green 165 ◦ blue 144

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

Shades of Rose #D5A590

Tints of Rose #D5A590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 40.8%
G = 31.61%
B = 27.59%

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

#D5A590 (or 0xD5A590) is known color: Rose. HEX triplet: D5, A5 and 90. RGB value is (213,165,144). Sum of RGB (Red+Green+Blue) = 213+165+144=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A590 is #2A5A6F. Grayscale: #B1B1B1. Windows color (decimal): -2775664 or 9479637. OLE color: 9479637.

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

Color convert

RGB 213 165 144 -
CMYK 0 0.23 0.32 0.16
HSL 18.26º 0.45% 0.7% -
HSV(B) 18.26º 0.32% 0.84% -
XYZ 45.93 43.07 32.28 -
YUV 176.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 213 165 144 0 0.23 0.32 0.16 18.26 0.45 0.7
Hex D5 A5 90 0 17 20 10 12 2D 46
Octal 325 245 220 0 27 40 20 22 55 106
Binary 11010101 10100101 10010000 0 10111 100000 10000 10010 101101 1000110

Color Harmonies of #D5A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A590

Black with #D5A590

Text Example


Text Example

White with #D5A590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A590; }

 p { color: rgb(213,165,144); }

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

background-color css

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

 a { background-color: rgb(213,165,144); }

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

border-color css

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

 span { border-color: rgb(213,165,144); }

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