Html Css Color HEX #D9A898 Rose

📋 copy color: '#D9A898'

red 217 ◦ green 168 ◦ blue 152

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

Shades of Rose #D9A898

Tints of Rose #D9A898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.31%

R = 40.41%
G = 31.28%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9A898 (or 0xD9A898) is known color: Rose. HEX triplet: D9, A8 and 98. RGB value is (217,168,152). Sum of RGB (Red+Green+Blue) = 217+168+152=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A898 is #265767. Grayscale: #B4B4B4. Windows color (decimal): -2512744 or 10004697. OLE color: 10004697.

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

Color convert

RGB 217 168 152 -
CMYK 0 0.23 0.30 0.15
HSL 14.77º 0.46% 0.72% -
HSV(B) 14.77º 0.3% 0.85% -
XYZ 48.29 45.02 35.85 -
YUV 180.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 217 168 152 0 0.23 0.30 0.15 14.77 0.46 0.72
Hex D9 A8 98 0 17 1E F F 2E 48
Octal 331 250 230 0 27 36 17 17 56 110
Binary 11011001 10101000 10011000 0 10111 11110 1111 1111 101110 1001000

Color Harmonies of #D9A898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A898

Black with #D9A898

Text Example


Text Example

White with #D9A898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A898; }

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

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

background-color css

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

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

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

border-color css

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

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

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