Html Css Color HEX #D9A092 Rose

📋 copy color: '#D9A092'

red 217 ◦ green 160 ◦ blue 146

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

Shades of Rose #D9A092

Tints of Rose #D9A092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 41.49%
G = 30.59%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9A092 (or 0xD9A092) is known color: Rose. HEX triplet: D9, A0 and 92. RGB value is (217,160,146). Sum of RGB (Red+Green+Blue) = 217+160+146=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A092 is #265F6D. Grayscale: #AFAFAF. Windows color (decimal): -2514798 or 9609433. OLE color: 9609433.

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

Color convert

RGB 217 160 146 -
CMYK 0 0.26 0.33 0.15
HSL 11.83º 0.48% 0.71% -
HSV(B) 11.83º 0.33% 0.85% -
XYZ 46.37 41.97 32.85 -
YUV 175.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 217 160 146 0 0.26 0.33 0.15 11.83 0.48 0.71
Hex D9 A0 92 0 1A 21 F C 30 47
Octal 331 240 222 0 32 41 17 14 60 107
Binary 11011001 10100000 10010010 0 11010 100001 1111 1100 110000 1000111

Color Harmonies of #D9A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A092

Black with #D9A092

Text Example


Text Example

White with #D9A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A092; }

 p { color: rgb(217,160,146); }

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

background-color css

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

 a { background-color: rgb(217,160,146); }

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

border-color css

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

 span { border-color: rgb(217,160,146); }

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