Html Css Color HEX #D5A097 Rose

📋 copy color: '#D5A097'

red 213 ◦ green 160 ◦ blue 151

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

Shades of Rose #D5A097

Tints of Rose #D5A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 40.65%
G = 30.53%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5A097 (or 0xD5A097) is known color: Rose. HEX triplet: D5, A0 and 97. RGB value is (213,160,151). Sum of RGB (Red+Green+Blue) = 213+160+151=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A097 is #2A5F68. Grayscale: #AEAEAE. Windows color (decimal): -2776937 or 9937109. OLE color: 9937109.

HSL color Cylindrical-coordinate representation of color #D5A097: hue angle of 8.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A097 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 151 -
CMYK 0 0.25 0.29 0.16
HSL 8.71º 0.42% 0.71% -
HSV(B) 8.71º 0.29% 0.84% -
XYZ 45.6 41.52 34.89 -
YUV 174.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 213 160 151 0 0.25 0.29 0.16 8.71 0.42 0.71
Hex D5 A0 97 0 19 1D 10 9 2A 47
Octal 325 240 227 0 31 35 20 11 52 107
Binary 11010101 10100000 10010111 0 11001 11101 10000 1001 101010 1000111

Color Harmonies of #D5A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A097

Black with #D5A097

Text Example


Text Example

White with #D5A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A097; }

 p { color: rgb(213,160,151); }

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

background-color css

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

 a { background-color: rgb(213,160,151); }

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

border-color css

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

 span { border-color: rgb(213,160,151); }

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