Html Css Color HEX #D8A298 Rose

📋 copy color: '#D8A298'

red 216 ◦ green 162 ◦ blue 152

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

Shades of Rose #D8A298

Tints of Rose #D8A298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

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

R = 40.75%
G = 30.57%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8A298 (or 0xD8A298) is known color: Rose. HEX triplet: D8, A2 and 98. RGB value is (216,162,152). Sum of RGB (Red+Green+Blue) = 216+162+152=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A298 is #275D67. Grayscale: #B1B1B1. Windows color (decimal): -2579816 or 10003160. OLE color: 10003160.

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

Color convert

RGB 216 162 152 -
CMYK 0 0.25 0.30 0.15
HSL 9.38º 0.45% 0.72% -
HSV(B) 9.38º 0.3% 0.85% -
XYZ 46.91 42.71 35.48 -
YUV 177.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 216 162 152 0 0.25 0.30 0.15 9.38 0.45 0.72
Hex D8 A2 98 0 19 1E F 9 2D 48
Octal 330 242 230 0 31 36 17 11 55 110
Binary 11011000 10100010 10011000 0 11001 11110 1111 1001 101101 1001000

Color Harmonies of #D8A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A298

Black with #D8A298

Text Example


Text Example

White with #D8A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A298; }

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

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

background-color css

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

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

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

border-color css

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

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

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