Html Css Color HEX #D8A096 Rose

📋 copy color: '#D8A096'

red 216 ◦ green 160 ◦ blue 150

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

Shades of Rose #D8A096

Tints of Rose #D8A096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 41.06%
G = 30.42%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8A096 (or 0xD8A096) is known color: Rose. HEX triplet: D8, A0 and 96. RGB value is (216,160,150). Sum of RGB (Red+Green+Blue) = 216+160+150=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A096 is #275F69. Grayscale: #AFAFAF. Windows color (decimal): -2580330 or 9871576. OLE color: 9871576.

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

Color convert

RGB 216 160 150 -
CMYK 0 0.26 0.31 0.15
HSL 9.09º 0.46% 0.72% -
HSV(B) 9.09º 0.31% 0.85% -
XYZ 46.39 41.94 34.5 -
YUV 175.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 216 160 150 0 0.26 0.31 0.15 9.09 0.46 0.72
Hex D8 A0 96 0 1A 1F F 9 2E 48
Octal 330 240 226 0 32 37 17 11 56 110
Binary 11011000 10100000 10010110 0 11010 11111 1111 1001 101110 1001000

Color Harmonies of #D8A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A096

Black with #D8A096

Text Example


Text Example

White with #D8A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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