Html Css Color HEX #D7A794 Rose

📋 copy color: '#D7A794'

red 215 ◦ green 167 ◦ blue 148

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

Shades of Rose #D7A794

Tints of Rose #D7A794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.51%

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

R = 40.57%
G = 31.51%
B = 27.92%

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

#D7A794 (or 0xD7A794) is known color: Rose. HEX triplet: D7, A7 and 94. RGB value is (215,167,148). Sum of RGB (Red+Green+Blue) = 215+167+148=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A794 is #28586B. Grayscale: #B3B3B3. Windows color (decimal): -2644076 or 9742295. OLE color: 9742295.

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

Color convert

RGB 215 167 148 -
CMYK 0 0.22 0.31 0.16
HSL 17.01º 0.46% 0.71% -
HSV(B) 17.01º 0.31% 0.84% -
XYZ 47.19 44.22 34.07 -
YUV 179.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 215 167 148 0 0.22 0.31 0.16 17.01 0.46 0.71
Hex D7 A7 94 0 16 1F 10 11 2E 47
Octal 327 247 224 0 26 37 20 21 56 107
Binary 11010111 10100111 10010100 0 10110 11111 10000 10001 101110 1000111

Color Harmonies of #D7A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A794

Black with #D7A794

Text Example


Text Example

White with #D7A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A794; }

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

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

background-color css

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

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

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

border-color css

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

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

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