Html Css Color HEX #D1A492 Rose

📋 copy color: '#D1A492'

red 209 ◦ green 164 ◦ blue 146

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

Shades of Rose #D1A492

Tints of Rose #D1A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 40.27%
G = 31.6%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1A492 (or 0xD1A492) is known color: Rose. HEX triplet: D1, A4 and 92. RGB value is (209,164,146). Sum of RGB (Red+Green+Blue) = 209+164+146=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A492 is #2E5B6D. Grayscale: #AFAFAF. Windows color (decimal): -3038062 or 9610449. OLE color: 9610449.

HSL color Cylindrical-coordinate representation of color #D1A492: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A492 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 146 -
CMYK 0 0.22 0.30 0.18
HSL 17.14º 0.41% 0.7% -
HSV(B) 17.14º 0.3% 0.82% -
XYZ 44.76 42.18 32.98 -
YUV 175.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 209 164 146 0 0.22 0.30 0.18 17.14 0.41 0.7
Hex D1 A4 92 0 16 1E 12 11 29 46
Octal 321 244 222 0 26 36 22 21 51 106
Binary 11010001 10100100 10010010 0 10110 11110 10010 10001 101001 1000110

Color Harmonies of #D1A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A492

Black with #D1A492

Text Example


Text Example

White with #D1A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A492; }

 p { color: rgb(209,164,146); }

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

background-color css

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

 a { background-color: rgb(209,164,146); }

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

border-color css

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

 span { border-color: rgb(209,164,146); }

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