Html Css Color HEX #D1A894 Rose

📋 copy color: '#D1A894'

red 209 ◦ green 168 ◦ blue 148

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

Shades of Rose #D1A894

Tints of Rose #D1A894

RGB

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

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

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

R = 39.81%
G = 32%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1A894 (or 0xD1A894) is known color: Rose. HEX triplet: D1, A8 and 94. RGB value is (209,168,148). Sum of RGB (Red+Green+Blue) = 209+168+148=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A894 is #2E576B. Grayscale: #B2B2B2. Windows color (decimal): -3037036 or 9742545. OLE color: 9742545.

HSL color Cylindrical-coordinate representation of color #D1A894: hue angle of 19.67º 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 #D1A894 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 148 -
CMYK 0 0.20 0.29 0.18
HSL 19.67º 0.4% 0.7% -
HSV(B) 19.67º 0.29% 0.82% -
XYZ 45.64 43.7 34.05 -
YUV 177.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 209 168 148 0 0.20 0.29 0.18 19.67 0.4 0.7
Hex D1 A8 94 0 14 1D 12 14 28 46
Octal 321 250 224 0 24 35 22 24 50 106
Binary 11010001 10101000 10010100 0 10100 11101 10010 10100 101000 1000110

Color Harmonies of #D1A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A894

Black with #D1A894

Text Example


Text Example

White with #D1A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A894; }

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

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

background-color css

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

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

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

border-color css

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

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

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