Html Css Color HEX #D7A694 Rose

📋 copy color: '#D7A694'

red 215 ◦ green 166 ◦ blue 148

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

Shades of Rose #D7A694

Tints of Rose #D7A694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

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

R = 40.64%
G = 31.38%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7A694 (or 0xD7A694) is known color: Rose. HEX triplet: D7, A6 and 94. RGB value is (215,166,148). Sum of RGB (Red+Green+Blue) = 215+166+148=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A694 is #28596B. Grayscale: #B2B2B2. Windows color (decimal): -2644332 or 9742039. OLE color: 9742039.

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

Color convert

RGB 215 166 148 -
CMYK 0 0.23 0.31 0.16
HSL 16.12º 0.46% 0.71% -
HSV(B) 16.12º 0.31% 0.84% -
XYZ 47.01 43.86 34 -
YUV 178.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 215 166 148 0 0.23 0.31 0.16 16.12 0.46 0.71
Hex D7 A6 94 0 17 1F 10 10 2E 47
Octal 327 246 224 0 27 37 20 20 56 107
Binary 11010111 10100110 10010100 0 10111 11111 10000 10000 101110 1000111

Color Harmonies of #D7A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A694

Black with #D7A694

Text Example


Text Example

White with #D7A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A694; }

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

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

background-color css

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

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

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

border-color css

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

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

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