Html Css Color HEX #D98118 Ochre

📋 copy color: '#D98118'

red 217 ◦ green 129 ◦ blue 24

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

Shades of Ochre #D98118

Tints of Ochre #D98118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 58.65%
G = 34.86%
B = 6.49%

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

#D98118 (or 0xD98118) is known color: Ochre. HEX triplet: D9, 81 and 18. RGB value is (217,129,24). Sum of RGB (Red+Green+Blue) = 217+129+24=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D98118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98118 is #267EE7. Grayscale: #8F8F8F. Windows color (decimal): -2522856 or 1606105. OLE color: 1606105.

HSL color Cylindrical-coordinate representation of color #D98118: hue angle of 32.64º degrees, saturation: 0.8, 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 #D98118 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 24 -
CMYK 0 0.41 0.89 0.15
HSL 32.64º 0.8% 0.47% -
HSV(B) 32.64º 0.89% 0.85% -
XYZ 36.63 30.52 4.82 -
YUV 143.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 217 129 24 0 0.41 0.89 0.15 32.64 0.8 0.47
Hex D9 81 18 0 29 59 F 21 50 2F
Octal 331 201 30 0 51 131 17 41 120 57
Binary 11011001 10000001 11000 0 101001 1011001 1111 100001 1010000 101111

Color Harmonies of #D98118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98118

Black with #D98118

Text Example


Text Example

White with #D98118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98118; }

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

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

background-color css

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

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

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

border-color css

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

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

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