Html Css Color HEX #D8A297 Rose

📋 copy color: '#D8A297'

red 216 ◦ green 162 ◦ blue 151

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

Shades of Rose #D8A297

Tints of Rose #D8A297

RGB

 RED value IS 216 (84.77% from 255) = 40.83%

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

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

R = 40.83%
G = 30.62%
B = 28.54%

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

#D8A297 (or 0xD8A297) is known color: Rose. HEX triplet: D8, A2 and 97. RGB value is (216,162,151). Sum of RGB (Red+Green+Blue) = 216+162+151=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A297 is #275D68. Grayscale: #B0B0B0. Windows color (decimal): -2579817 or 9937624. OLE color: 9937624.

HSL color Cylindrical-coordinate representation of color #D8A297: hue angle of 10.15º degrees, saturation: 0.45, 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 #D8A297 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 151 -
CMYK 0 0.25 0.30 0.15
HSL 10.15º 0.45% 0.72% -
HSV(B) 10.15º 0.3% 0.85% -
XYZ 46.83 42.67 35.05 -
YUV 176.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 216 162 151 0 0.25 0.30 0.15 10.15 0.45 0.72
Hex D8 A2 97 0 19 1E F A 2D 48
Octal 330 242 227 0 31 36 17 12 55 110
Binary 11011000 10100010 10010111 0 11001 11110 1111 1010 101101 1001000

Color Harmonies of #D8A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A297

Black with #D8A297

Text Example


Text Example

White with #D8A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A297; }

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

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

background-color css

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

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

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

border-color css

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

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

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