Html Css Color HEX #D8A498 Rose

📋 copy color: '#D8A498'

red 216 ◦ green 164 ◦ blue 152

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

Shades of Rose #D8A498

Tints of Rose #D8A498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

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

R = 40.6%
G = 30.83%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8A498 (or 0xD8A498) is known color: Rose. HEX triplet: D8, A4 and 98. RGB value is (216,164,152). Sum of RGB (Red+Green+Blue) = 216+164+152=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A498 is #275B67. Grayscale: #B2B2B2. Windows color (decimal): -2579304 or 10003672. OLE color: 10003672.

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

Color convert

RGB 216 164 152 -
CMYK 0 0.24 0.30 0.15
HSL 11.25º 0.45% 0.72% -
HSV(B) 11.25º 0.3% 0.85% -
XYZ 47.26 43.42 35.6 -
YUV 178.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 216 164 152 0 0.24 0.30 0.15 11.25 0.45 0.72
Hex D8 A4 98 0 18 1E F B 2D 48
Octal 330 244 230 0 30 36 17 13 55 110
Binary 11011000 10100100 10011000 0 11000 11110 1111 1011 101101 1001000

Color Harmonies of #D8A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A498

Black with #D8A498

Text Example


Text Example

White with #D8A498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A498; }

 p { color: rgb(216,164,152); }

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

background-color css

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

 a { background-color: rgb(216,164,152); }

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

border-color css

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

 span { border-color: rgb(216,164,152); }

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