Html Css Color HEX #D8A08B Rose

📋 copy color: '#D8A08B'

red 216 ◦ green 160 ◦ blue 139

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

Shades of Rose #D8A08B

Tints of Rose #D8A08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 41.94%
G = 31.07%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8A08B (or 0xD8A08B) is known color: Rose. HEX triplet: D8, A0 and 8B. RGB value is (216,160,139). Sum of RGB (Red+Green+Blue) = 216+160+139=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A08B is #275F74. Grayscale: #AEAEAE. Windows color (decimal): -2580341 or 9150680. OLE color: 9150680.

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

Color convert

RGB 216 160 139 -
CMYK 0 0.26 0.36 0.15
HSL 16.36º 0.5% 0.7% -
HSV(B) 16.36º 0.36% 0.85% -
XYZ 45.55 41.6 30.06 -
YUV 174.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 216 160 139 0 0.26 0.36 0.15 16.36 0.5 0.7
Hex D8 A0 8B 0 1A 24 F 10 32 46
Octal 330 240 213 0 32 44 17 20 62 106
Binary 11011000 10100000 10001011 0 11010 100100 1111 10000 110010 1000110

Color Harmonies of #D8A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A08B

Black with #D8A08B

Text Example


Text Example

White with #D8A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A08B; }

 p { color: rgb(216,160,139); }

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

background-color css

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

 a { background-color: rgb(216,160,139); }

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

border-color css

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

 span { border-color: rgb(216,160,139); }

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