Html Css Color HEX #D9AC9B Rose

📋 copy color: '#D9AC9B'

red 217 ◦ green 172 ◦ blue 155

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

Shades of Rose #D9AC9B

Tints of Rose #D9AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

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

R = 39.89%
G = 31.62%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9AC9B (or 0xD9AC9B) is known color: Rose. HEX triplet: D9, AC and 9B. RGB value is (217,172,155). Sum of RGB (Red+Green+Blue) = 217+172+155=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC9B is #265364. Grayscale: #B7B7B7. Windows color (decimal): -2511717 or 10202329. OLE color: 10202329.

HSL color Cylindrical-coordinate representation of color #D9AC9B: hue angle of 16.45º degrees, saturation: 0.45, 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 #D9AC9B is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 155 -
CMYK 0 0.21 0.29 0.15
HSL 16.45º 0.45% 0.73% -
HSV(B) 16.45º 0.29% 0.85% -
XYZ 49.28 46.62 37.41 -
YUV 183.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 217 172 155 0 0.21 0.29 0.15 16.45 0.45 0.73
Hex D9 AC 9B 0 15 1D F 10 2D 49
Octal 331 254 233 0 25 35 17 20 55 111
Binary 11011001 10101100 10011011 0 10101 11101 1111 10000 101101 1001001

Color Harmonies of #D9AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC9B

Black with #D9AC9B

Text Example


Text Example

White with #D9AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC9B; }

 p { color: rgb(217,172,155); }

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

background-color css

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

 a { background-color: rgb(217,172,155); }

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

border-color css

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

 span { border-color: rgb(217,172,155); }

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