Html Css Color HEX #D1A694 Rose

📋 copy color: '#D1A694'

red 209 ◦ green 166 ◦ blue 148

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

Shades of Rose #D1A694

Tints of Rose #D1A694

RGB

 RED value IS 209 (82.03% from 255) = 39.96%

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

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

R = 39.96%
G = 31.74%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1A694 (or 0xD1A694) is known color: Rose. HEX triplet: D1, A6 and 94. RGB value is (209,166,148). Sum of RGB (Red+Green+Blue) = 209+166+148=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A694 is #2E596B. Grayscale: #B0B0B0. Windows color (decimal): -3037548 or 9742033. OLE color: 9742033.

HSL color Cylindrical-coordinate representation of color #D1A694: hue angle of 17.7º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A694 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 148 -
CMYK 0 0.21 0.29 0.18
HSL 17.7º 0.4% 0.7% -
HSV(B) 17.7º 0.29% 0.82% -
XYZ 45.28 42.97 33.92 -
YUV 176.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 209 166 148 0 0.21 0.29 0.18 17.7 0.4 0.7
Hex D1 A6 94 0 15 1D 12 12 28 46
Octal 321 246 224 0 25 35 22 22 50 106
Binary 11010001 10100110 10010100 0 10101 11101 10010 10010 101000 1000110

Color Harmonies of #D1A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A694

Black with #D1A694

Text Example


Text Example

White with #D1A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A694; }

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

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

background-color css

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

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

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

border-color css

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

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

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