Html Css Color HEX #D1A297 Rose

📋 copy color: '#D1A297'

red 209 ◦ green 162 ◦ blue 151

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

Shades of Rose #D1A297

Tints of Rose #D1A297

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

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

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

R = 40.04%
G = 31.03%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D1A297 (or 0xD1A297) is known color: Rose. HEX triplet: D1, A2 and 97. RGB value is (209,162,151). Sum of RGB (Red+Green+Blue) = 209+162+151=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A297 is #2E5D68. Grayscale: #AEAEAE. Windows color (decimal): -3038569 or 9937617. OLE color: 9937617.

HSL color Cylindrical-coordinate representation of color #D1A297: hue angle of 11.38º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1A297 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 151 -
CMYK 0 0.22 0.28 0.18
HSL 11.38º 0.39% 0.71% -
HSV(B) 11.38º 0.28% 0.82% -
XYZ 44.8 41.63 34.95 -
YUV 174.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 209 162 151 0 0.22 0.28 0.18 11.38 0.39 0.71
Hex D1 A2 97 0 16 1C 12 B 27 47
Octal 321 242 227 0 26 34 22 13 47 107
Binary 11010001 10100010 10010111 0 10110 11100 10010 1011 100111 1000111

Color Harmonies of #D1A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A297

Black with #D1A297

Text Example


Text Example

White with #D1A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A297; }

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

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

background-color css

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

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

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

border-color css

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

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

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