Html Css Color HEX #D98319 Ochre

📋 copy color: '#D98319'

red 217 ◦ green 131 ◦ blue 25

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

Shades of Ochre #D98319

Tints of Ochre #D98319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 58.18%
G = 35.12%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D98319 (or 0xD98319) is known color: Ochre. HEX triplet: D9, 83 and 19. RGB value is (217,131,25). Sum of RGB (Red+Green+Blue) = 217+131+25=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D98319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98319 is #267CE6. Grayscale: #919191. Windows color (decimal): -2522343 or 1672153. OLE color: 1672153.

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

Color convert

RGB 217 131 25 -
CMYK 0 0.40 0.88 0.15
HSL 33.13º 0.79% 0.47% -
HSV(B) 33.13º 0.88% 0.85% -
XYZ 36.91 31.05 4.97 -
YUV 144.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 217 131 25 0 0.40 0.88 0.15 33.13 0.79 0.47
Hex D9 83 19 0 28 58 F 21 4F 2F
Octal 331 203 31 0 50 130 17 41 117 57
Binary 11011001 10000011 11001 0 101000 1011000 1111 100001 1001111 101111

Color Harmonies of #D98319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98319

Black with #D98319

Text Example


Text Example

White with #D98319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98319; }

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

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

background-color css

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

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

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

border-color css

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

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

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