Html Css Color HEX #D98117 Ochre

📋 copy color: '#D98117'

red 217 ◦ green 129 ◦ blue 23

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

Shades of Ochre #D98117

Tints of Ochre #D98117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 58.81%
G = 34.96%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D98117 (or 0xD98117) is known color: Ochre. HEX triplet: D9, 81 and 17. RGB value is (217,129,23). Sum of RGB (Red+Green+Blue) = 217+129+23=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D98117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98117 is #267EE8. Grayscale: #8F8F8F. Windows color (decimal): -2522857 or 1540569. OLE color: 1540569.

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

Color convert

RGB 217 129 23 -
CMYK 0 0.41 0.89 0.15
HSL 32.78º 0.81% 0.47% -
HSV(B) 32.78º 0.89% 0.85% -
XYZ 36.62 30.51 4.77 -
YUV 143.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 217 129 23 0 0.41 0.89 0.15 32.78 0.81 0.47
Hex D9 81 17 0 29 59 F 21 51 2F
Octal 331 201 27 0 51 131 17 41 121 57
Binary 11011001 10000001 10111 0 101001 1011001 1111 100001 1010001 101111

Color Harmonies of #D98117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98117

Black with #D98117

Text Example


Text Example

White with #D98117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98117; }

 p { color: rgb(217,129,23); }

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

background-color css

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

 a { background-color: rgb(217,129,23); }

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

border-color css

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

 span { border-color: rgb(217,129,23); }

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