Html Css Color HEX #D7A297 Rose

📋 copy color: '#D7A297'

red 215 ◦ green 162 ◦ blue 151

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

Shades of Rose #D7A297

Tints of Rose #D7A297

RGB

 RED value IS 215 (84.38% from 255) = 40.72%

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

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

R = 40.72%
G = 30.68%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7A297 (or 0xD7A297) is known color: Rose. HEX triplet: D7, A2 and 97. RGB value is (215,162,151). Sum of RGB (Red+Green+Blue) = 215+162+151=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A297 is #285D68. Grayscale: #B0B0B0. Windows color (decimal): -2645353 or 9937623. OLE color: 9937623.

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

Color convert

RGB 215 162 151 -
CMYK 0 0.25 0.30 0.16
HSL 10.31º 0.44% 0.72% -
HSV(B) 10.31º 0.3% 0.84% -
XYZ 46.53 42.52 35.03 -
YUV 176.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 215 162 151 0 0.25 0.30 0.16 10.31 0.44 0.72
Hex D7 A2 97 0 19 1E 10 A 2C 48
Octal 327 242 227 0 31 36 20 12 54 110
Binary 11010111 10100010 10010111 0 11001 11110 10000 1010 101100 1001000

Color Harmonies of #D7A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A297

Black with #D7A297

Text Example


Text Example

White with #D7A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A297; }

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

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

background-color css

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

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

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

border-color css

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

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

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