Html Css Color HEX #D7A596 Rose

📋 copy color: '#D7A596'

red 215 ◦ green 165 ◦ blue 150

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

Shades of Rose #D7A596

Tints of Rose #D7A596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.13%

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

R = 40.57%
G = 31.13%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7A596 (or 0xD7A596) is known color: Rose. HEX triplet: D7, A5 and 96. RGB value is (215,165,150). Sum of RGB (Red+Green+Blue) = 215+165+150=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A596 is #285A69. Grayscale: #B2B2B2. Windows color (decimal): -2644586 or 9872855. OLE color: 9872855.

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

Color convert

RGB 215 165 150 -
CMYK 0 0.23 0.30 0.16
HSL 13.85º 0.45% 0.72% -
HSV(B) 13.85º 0.3% 0.84% -
XYZ 46.98 43.56 34.79 -
YUV 178.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 215 165 150 0 0.23 0.30 0.16 13.85 0.45 0.72
Hex D7 A5 96 0 17 1E 10 E 2D 48
Octal 327 245 226 0 27 36 20 16 55 110
Binary 11010111 10100101 10010110 0 10111 11110 10000 1110 101101 1001000

Color Harmonies of #D7A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A596

Black with #D7A596

Text Example


Text Example

White with #D7A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A596; }

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

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

background-color css

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

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

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

border-color css

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

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

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