Html Css Color HEX #D98250 Raw Sienna

📋 copy color: '#D98250'

red 217 ◦ green 130 ◦ blue 80

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

Shades of Raw Sienna #D98250

Tints of Raw Sienna #D98250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 50.82%
G = 30.44%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D98250 (or 0xD98250) is known color: Raw Sienna. HEX triplet: D9, 82 and 50. RGB value is (217,130,80). Sum of RGB (Red+Green+Blue) = 217+130+80=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D98250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98250 is #267DAF. Grayscale: #969696. Windows color (decimal): -2522544 or 5276377. OLE color: 5276377.

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

Color convert

RGB 217 130 80 -
CMYK 0 0.40 0.63 0.15
HSL 21.9º 0.64% 0.58% -
HSV(B) 21.9º 0.63% 0.85% -
XYZ 38.05 31.3 11.62 -
YUV 150.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 217 130 80 0 0.40 0.63 0.15 21.9 0.64 0.58
Hex D9 82 50 0 28 3F F 16 40 3A
Octal 331 202 120 0 50 77 17 26 100 72
Binary 11011001 10000010 1010000 0 101000 111111 1111 10110 1000000 111010

Color Harmonies of #D98250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98250

Black with #D98250

Text Example


Text Example

White with #D98250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98250; }

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

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

background-color css

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

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

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

border-color css

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

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

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