Html Css Color HEX #D7A896 Rose

📋 copy color: '#D7A896'

red 215 ◦ green 168 ◦ blue 150

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

Shades of Rose #D7A896

Tints of Rose #D7A896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.52%

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 40.34%
G = 31.52%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7A896 (or 0xD7A896) is known color: Rose. HEX triplet: D7, A8 and 96. RGB value is (215,168,150). Sum of RGB (Red+Green+Blue) = 215+168+150=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A896 is #285769. Grayscale: #B4B4B4. Windows color (decimal): -2643818 or 9873623. OLE color: 9873623.

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

Color convert

RGB 215 168 150 -
CMYK 0 0.22 0.30 0.16
HSL 16.62º 0.45% 0.72% -
HSV(B) 16.62º 0.3% 0.84% -
XYZ 47.53 44.65 34.97 -
YUV 180 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 215 168 150 0 0.22 0.30 0.16 16.62 0.45 0.72
Hex D7 A8 96 0 16 1E 10 11 2D 48
Octal 327 250 226 0 26 36 20 21 55 110
Binary 11010111 10101000 10010110 0 10110 11110 10000 10001 101101 1001000

Color Harmonies of #D7A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A896

Black with #D7A896

Text Example


Text Example

White with #D7A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A896; }

 p { color: rgb(215,168,150); }

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

background-color css

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

 a { background-color: rgb(215,168,150); }

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

border-color css

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

 span { border-color: rgb(215,168,150); }

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