Html Css Color HEX #D8A19B Rose

📋 copy color: '#D8A19B'

red 216 ◦ green 161 ◦ blue 155

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

Shades of Rose #D8A19B

Tints of Rose #D8A19B

RGB

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

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

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

R = 40.6%
G = 30.26%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8A19B (or 0xD8A19B) is known color: Rose. HEX triplet: D8, A1 and 9B. RGB value is (216,161,155). Sum of RGB (Red+Green+Blue) = 216+161+155=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A19B is #275E64. Grayscale: #B0B0B0. Windows color (decimal): -2580069 or 10199512. OLE color: 10199512.

HSL color Cylindrical-coordinate representation of color #D8A19B: hue angle of 5.9º 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 #D8A19B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 155 -
CMYK 0 0.25 0.28 0.15
HSL 5.9º 0.44% 0.73% -
HSV(B) 5.9º 0.28% 0.85% -
XYZ 46.98 42.46 36.73 -
YUV 176.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 216 161 155 0 0.25 0.28 0.15 5.9 0.44 0.73
Hex D8 A1 9B 0 19 1C F 6 2C 49
Octal 330 241 233 0 31 34 17 6 54 111
Binary 11011000 10100001 10011011 0 11001 11100 1111 110 101100 1001001

Color Harmonies of #D8A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A19B

Black with #D8A19B

Text Example


Text Example

White with #D8A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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