Html Css Color HEX #D5A997 Rose

📋 copy color: '#D5A997'

red 213 ◦ green 169 ◦ blue 151

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

Shades of Rose #D5A997

Tints of Rose #D5A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.71%

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

R = 39.96%
G = 31.71%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5A997 (or 0xD5A997) is known color: Rose. HEX triplet: D5, A9 and 97. RGB value is (213,169,151). Sum of RGB (Red+Green+Blue) = 213+169+151=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A997 is #2A5668. Grayscale: #B4B4B4. Windows color (decimal): -2774633 or 9939413. OLE color: 9939413.

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

Color convert

RGB 213 169 151 -
CMYK 0 0.21 0.29 0.16
HSL 17.42º 0.42% 0.71% -
HSV(B) 17.42º 0.29% 0.84% -
XYZ 47.21 44.76 35.43 -
YUV 180.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 213 169 151 0 0.21 0.29 0.16 17.42 0.42 0.71
Hex D5 A9 97 0 15 1D 10 11 2A 47
Octal 325 251 227 0 25 35 20 21 52 107
Binary 11010101 10101001 10010111 0 10101 11101 10000 10001 101010 1000111

Color Harmonies of #D5A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A997

Black with #D5A997

Text Example


Text Example

White with #D5A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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