Html Css Color HEX #D5A497 Rose

📋 copy color: '#D5A497'

red 213 ◦ green 164 ◦ blue 151

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

Shades of Rose #D5A497

Tints of Rose #D5A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.06%

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

R = 40.34%
G = 31.06%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5A497 (or 0xD5A497) is known color: Rose. HEX triplet: D5, A4 and 97. RGB value is (213,164,151). Sum of RGB (Red+Green+Blue) = 213+164+151=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A497 is #2A5B68. Grayscale: #B1B1B1. Windows color (decimal): -2775913 or 9938133. OLE color: 9938133.

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

Color convert

RGB 213 164 151 -
CMYK 0 0.23 0.29 0.16
HSL 12.58º 0.42% 0.71% -
HSV(B) 12.58º 0.29% 0.84% -
XYZ 46.3 42.93 35.12 -
YUV 177.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 213 164 151 0 0.23 0.29 0.16 12.58 0.42 0.71
Hex D5 A4 97 0 17 1D 10 D 2A 47
Octal 325 244 227 0 27 35 20 15 52 107
Binary 11010101 10100100 10010111 0 10111 11101 10000 1101 101010 1000111

Color Harmonies of #D5A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A497

Black with #D5A497

Text Example


Text Example

White with #D5A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A497; }

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

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

background-color css

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

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

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

border-color css

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

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

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