Html Css Color HEX #D8A48D Rose

📋 copy color: '#D8A48D'

red 216 ◦ green 164 ◦ blue 141

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

Shades of Rose #D8A48D

Tints of Rose #D8A48D

RGB

 RED value IS 216 (84.77% from 255) = 41.46%

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

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

R = 41.46%
G = 31.48%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8A48D (or 0xD8A48D) is known color: Rose. HEX triplet: D8, A4 and 8D. RGB value is (216,164,141). Sum of RGB (Red+Green+Blue) = 216+164+141=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A48D is #275B72. Grayscale: #B1B1B1. Windows color (decimal): -2579315 or 9282776. OLE color: 9282776.

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

Color convert

RGB 216 164 141 -
CMYK 0 0.24 0.35 0.15
HSL 18.4º 0.49% 0.7% -
HSV(B) 18.4º 0.35% 0.85% -
XYZ 46.4 43.07 31.07 -
YUV 176.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 216 164 141 0 0.24 0.35 0.15 18.4 0.49 0.7
Hex D8 A4 8D 0 18 23 F 12 31 46
Octal 330 244 215 0 30 43 17 22 61 106
Binary 11011000 10100100 10001101 0 11000 100011 1111 10010 110001 1000110

Color Harmonies of #D8A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A48D

Black with #D8A48D

Text Example


Text Example

White with #D8A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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