Html Css Color HEX #D1A18C Rose

📋 copy color: '#D1A18C'

red 209 ◦ green 161 ◦ blue 140

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

Shades of Rose #D1A18C

Tints of Rose #D1A18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 40.98%
G = 31.57%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1A18C (or 0xD1A18C) is known color: Rose. HEX triplet: D1, A1 and 8C. RGB value is (209,161,140). Sum of RGB (Red+Green+Blue) = 209+161+140=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A18C is #2E5E73. Grayscale: #ADADAD. Windows color (decimal): -3038836 or 9216465. OLE color: 9216465.

HSL color Cylindrical-coordinate representation of color #D1A18C: hue angle of 18.26º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A18C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 140 -
CMYK 0 0.23 0.33 0.18
HSL 18.26º 0.43% 0.68% -
HSV(B) 18.26º 0.33% 0.82% -
XYZ 43.77 40.94 30.41 -
YUV 172.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 209 161 140 0 0.23 0.33 0.18 18.26 0.43 0.68
Hex D1 A1 8C 0 17 21 12 12 2B 44
Octal 321 241 214 0 27 41 22 22 53 104
Binary 11010001 10100001 10001100 0 10111 100001 10010 10010 101011 1000100

Color Harmonies of #D1A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A18C

Black with #D1A18C

Text Example


Text Example

White with #D1A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A18C; }

 p { color: rgb(209,161,140); }

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

background-color css

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

 a { background-color: rgb(209,161,140); }

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

border-color css

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

 span { border-color: rgb(209,161,140); }

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