Html Css Color HEX #D8A69A Rose

📋 copy color: '#D8A69A'

red 216 ◦ green 166 ◦ blue 154

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

Shades of Rose #D8A69A

Tints of Rose #D8A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.97%

 BLUE value IS 154 (60.55% from 255) = 28.73%

R = 40.3%
G = 30.97%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8A69A (or 0xD8A69A) is known color: Rose. HEX triplet: D8, A6 and 9A. RGB value is (216,166,154). Sum of RGB (Red+Green+Blue) = 216+166+154=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A69A is #275965. Grayscale: #B3B3B3. Windows color (decimal): -2578790 or 10135256. OLE color: 10135256.

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

Color convert

RGB 216 166 154 -
CMYK 0 0.23 0.29 0.15
HSL 11.61º 0.44% 0.73% -
HSV(B) 11.61º 0.29% 0.85% -
XYZ 47.79 44.2 36.59 -
YUV 179.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 216 166 154 0 0.23 0.29 0.15 11.61 0.44 0.73
Hex D8 A6 9A 0 17 1D F C 2C 49
Octal 330 246 232 0 27 35 17 14 54 111
Binary 11011000 10100110 10011010 0 10111 11101 1111 1100 101100 1001001

Color Harmonies of #D8A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A69A

Black with #D8A69A

Text Example


Text Example

White with #D8A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A69A; }

 p { color: rgb(216,166,154); }

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

background-color css

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

 a { background-color: rgb(216,166,154); }

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

border-color css

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

 span { border-color: rgb(216,166,154); }

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