Html Css Color HEX #D98310 Ochre

📋 copy color: '#D98310'

red 217 ◦ green 131 ◦ blue 16

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

Shades of Ochre #D98310

Tints of Ochre #D98310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 59.62%
G = 35.99%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D98310 (or 0xD98310) is known color: Ochre. HEX triplet: D9, 83 and 10. RGB value is (217,131,16). Sum of RGB (Red+Green+Blue) = 217+131+16=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D98310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98310 is #267CEF. Grayscale: #909090. Windows color (decimal): -2522352 or 1082329. OLE color: 1082329.

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

Color convert

RGB 217 131 16 -
CMYK 0 0.40 0.93 0.15
HSL 34.33º 0.86% 0.46% -
HSV(B) 34.33º 0.93% 0.85% -
XYZ 36.83 31.02 4.54 -
YUV 143.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 217 131 16 0 0.40 0.93 0.15 34.33 0.86 0.46
Hex D9 83 10 0 28 5D F 22 56 2E
Octal 331 203 20 0 50 135 17 42 126 56
Binary 11011001 10000011 10000 0 101000 1011101 1111 100010 1010110 101110

Color Harmonies of #D98310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98310

Black with #D98310

Text Example


Text Example

White with #D98310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98310; }

 p { color: rgb(217,131,16); }

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

background-color css

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

 a { background-color: rgb(217,131,16); }

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

border-color css

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

 span { border-color: rgb(217,131,16); }

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