Html Css Color HEX #D98248 Raw Sienna

📋 copy color: '#D98248'

red 217 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #D98248

Tints of Raw Sienna #D98248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 51.79%
G = 31.03%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D98248 (or 0xD98248) is known color: Raw Sienna. HEX triplet: D9, 82 and 48. RGB value is (217,130,72). Sum of RGB (Red+Green+Blue) = 217+130+72=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D98248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98248 is #267DB7. Grayscale: #959595. Windows color (decimal): -2522552 or 4752089. OLE color: 4752089.

HSL color Cylindrical-coordinate representation of color #D98248: hue angle of 24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D98248 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 72 -
CMYK 0 0.40 0.67 0.15
HSL 24º 0.66% 0.57% -
HSV(B) 24º 0.67% 0.85% -
XYZ 37.77 31.18 10.16 -
YUV 149.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 130 72 0 0.40 0.67 0.15 24 0.66 0.57
Hex D9 82 48 0 28 43 F 18 42 39
Octal 331 202 110 0 50 103 17 30 102 71
Binary 11011001 10000010 1001000 0 101000 1000011 1111 11000 1000010 111001

Color Harmonies of #D98248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98248

Black with #D98248

Text Example


Text Example

White with #D98248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98248; }

 p { color: rgb(217,130,72); }

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

background-color css

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

 a { background-color: rgb(217,130,72); }

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

border-color css

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

 span { border-color: rgb(217,130,72); }

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