Html Css Color HEX #D1A48D Rose

📋 copy color: '#D1A48D'

red 209 ◦ green 164 ◦ blue 141

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

Shades of Rose #D1A48D

Tints of Rose #D1A48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 40.66%
G = 31.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1A48D (or 0xD1A48D) is known color: Rose. HEX triplet: D1, A4 and 8D. RGB value is (209,164,141). Sum of RGB (Red+Green+Blue) = 209+164+141=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A48D is #2E5B72. Grayscale: #AEAEAE. Windows color (decimal): -3038067 or 9282769. OLE color: 9282769.

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

Color convert

RGB 209 164 141 -
CMYK 0 0.22 0.33 0.18
HSL 20.29º 0.43% 0.69% -
HSV(B) 20.29º 0.33% 0.82% -
XYZ 44.38 42.03 30.97 -
YUV 174.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 209 164 141 0 0.22 0.33 0.18 20.29 0.43 0.69
Hex D1 A4 8D 0 16 21 12 14 2A 45
Octal 321 244 215 0 26 41 22 24 52 105
Binary 11010001 10100100 10001101 0 10110 100001 10010 10100 101010 1000101

Color Harmonies of #D1A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A48D

Black with #D1A48D

Text Example


Text Example

White with #D1A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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