Html Css Color HEX #D9A48F Rose

📋 copy color: '#D9A48F'

red 217 ◦ green 164 ◦ blue 143

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

Shades of Rose #D9A48F

Tints of Rose #D9A48F

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 41.41%
G = 31.3%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9A48F (or 0xD9A48F) is known color: Rose. HEX triplet: D9, A4 and 8F. RGB value is (217,164,143). Sum of RGB (Red+Green+Blue) = 217+164+143=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A48F is #265B70. Grayscale: #B1B1B1. Windows color (decimal): -2513777 or 9413849. OLE color: 9413849.

HSL color Cylindrical-coordinate representation of color #D9A48F: hue angle of 17.03º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A48F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 164 143 -
CMYK 0 0.24 0.34 0.15
HSL 17.03º 0.49% 0.71% -
HSV(B) 17.03º 0.34% 0.85% -
XYZ 46.85 43.29 31.87 -
YUV 177.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 217 164 143 0 0.24 0.34 0.15 17.03 0.49 0.71
Hex D9 A4 8F 0 18 22 F 11 31 47
Octal 331 244 217 0 30 42 17 21 61 107
Binary 11011001 10100100 10001111 0 11000 100010 1111 10001 110001 1000111

Color Harmonies of #D9A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A48F

Black with #D9A48F

Text Example


Text Example

White with #D9A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A48F; }

 p { color: rgb(217,164,143); }

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

background-color css

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

 a { background-color: rgb(217,164,143); }

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

border-color css

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

 span { border-color: rgb(217,164,143); }

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