Html Css Color HEX #D9A896 Rose

📋 copy color: '#D9A896'

red 217 ◦ green 168 ◦ blue 150

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

Shades of Rose #D9A896

Tints of Rose #D9A896

RGB

 RED value IS 217 (85.16% from 255) = 40.56%

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 40.56%
G = 31.4%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9A896 (or 0xD9A896) is known color: Rose. HEX triplet: D9, A8 and 96. RGB value is (217,168,150). Sum of RGB (Red+Green+Blue) = 217+168+150=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A896 is #265769. Grayscale: #B4B4B4. Windows color (decimal): -2512746 or 9873625. OLE color: 9873625.

HSL color Cylindrical-coordinate representation of color #D9A896: hue angle of 16.12º degrees, saturation: 0.47, 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 #D9A896 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 150 -
CMYK 0 0.23 0.31 0.15
HSL 16.12º 0.47% 0.72% -
HSV(B) 16.12º 0.31% 0.85% -
XYZ 48.12 44.96 35 -
YUV 180.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 217 168 150 0 0.23 0.31 0.15 16.12 0.47 0.72
Hex D9 A8 96 0 17 1F F 10 2F 48
Octal 331 250 226 0 27 37 17 20 57 110
Binary 11011001 10101000 10010110 0 10111 11111 1111 10000 101111 1001000

Color Harmonies of #D9A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A896

Black with #D9A896

Text Example


Text Example

White with #D9A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A896; }

 p { color: rgb(217,168,150); }

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

background-color css

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

 a { background-color: rgb(217,168,150); }

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

border-color css

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

 span { border-color: rgb(217,168,150); }

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