Html Css Color HEX #D8A49B Rose

📋 copy color: '#D8A49B'

red 216 ◦ green 164 ◦ blue 155

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

Shades of Rose #D8A49B

Tints of Rose #D8A49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 40.37%
G = 30.65%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8A49B (or 0xD8A49B) is known color: Rose. HEX triplet: D8, A4 and 9B. RGB value is (216,164,155). Sum of RGB (Red+Green+Blue) = 216+164+155=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A49B is #275B64. Grayscale: #B2B2B2. Windows color (decimal): -2579301 or 10200280. OLE color: 10200280.

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

Color convert

RGB 216 164 155 -
CMYK 0 0.24 0.28 0.15
HSL 8.85º 0.44% 0.73% -
HSV(B) 8.85º 0.28% 0.85% -
XYZ 47.51 43.52 36.91 -
YUV 178.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 216 164 155 0 0.24 0.28 0.15 8.85 0.44 0.73
Hex D8 A4 9B 0 18 1C F 9 2C 49
Octal 330 244 233 0 30 34 17 11 54 111
Binary 11011000 10100100 10011011 0 11000 11100 1111 1001 101100 1001001

Color Harmonies of #D8A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A49B

Black with #D8A49B

Text Example


Text Example

White with #D8A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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