Html Css Color HEX #D9A297 Rose

📋 copy color: '#D9A297'

red 217 ◦ green 162 ◦ blue 151

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

Shades of Rose #D9A297

Tints of Rose #D9A297

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

 GREEN value IS 162 (63.67% from 255) = 30.57%

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

R = 40.94%
G = 30.57%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9A297 (or 0xD9A297) is known color: Rose. HEX triplet: D9, A2 and 97. RGB value is (217,162,151). Sum of RGB (Red+Green+Blue) = 217+162+151=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A297 is #265D68. Grayscale: #B1B1B1. Windows color (decimal): -2514281 or 9937625. OLE color: 9937625.

HSL color Cylindrical-coordinate representation of color #D9A297: hue angle of 10º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A297 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 162 151 -
CMYK 0 0.25 0.30 0.15
HSL 10º 0.46% 0.72% -
HSV(B) 10º 0.3% 0.85% -
XYZ 47.12 42.83 35.06 -
YUV 177.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 217 162 151 0 0.25 0.30 0.15 10 0.46 0.72
Hex D9 A2 97 0 19 1E F A 2E 48
Octal 331 242 227 0 31 36 17 12 56 110
Binary 11011001 10100010 10010111 0 11001 11110 1111 1010 101110 1001000

Color Harmonies of #D9A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A297

Black with #D9A297

Text Example


Text Example

White with #D9A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A297; }

 p { color: rgb(217,162,151); }

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

background-color css

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

 a { background-color: rgb(217,162,151); }

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

border-color css

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

 span { border-color: rgb(217,162,151); }

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