Html Css Color HEX #D7A894 Rose

📋 copy color: '#D7A894'

red 215 ◦ green 168 ◦ blue 148

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

Shades of Rose #D7A894

Tints of Rose #D7A894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 40.49%
G = 31.64%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7A894 (or 0xD7A894) is known color: Rose. HEX triplet: D7, A8 and 94. RGB value is (215,168,148). Sum of RGB (Red+Green+Blue) = 215+168+148=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A894 is #28576B. Grayscale: #B3B3B3. Windows color (decimal): -2643820 or 9742551. OLE color: 9742551.

HSL color Cylindrical-coordinate representation of color #D7A894: hue angle of 17.91º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7A894 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 148 -
CMYK 0 0.22 0.31 0.16
HSL 17.91º 0.46% 0.71% -
HSV(B) 17.91º 0.31% 0.84% -
XYZ 47.37 44.59 34.13 -
YUV 179.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 215 168 148 0 0.22 0.31 0.16 17.91 0.46 0.71
Hex D7 A8 94 0 16 1F 10 12 2E 47
Octal 327 250 224 0 26 37 20 22 56 107
Binary 11010111 10101000 10010100 0 10110 11111 10000 10010 101110 1000111

Color Harmonies of #D7A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A894

Black with #D7A894

Text Example


Text Example

White with #D7A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A894; }

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

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

background-color css

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

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

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

border-color css

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

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

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