Html Css Color HEX #D98116 Ochre

📋 copy color: '#D98116'

red 217 ◦ green 129 ◦ blue 22

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

Shades of Ochre #D98116

Tints of Ochre #D98116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 58.97%
G = 35.05%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98116 (or 0xD98116) is known color: Ochre. HEX triplet: D9, 81 and 16. RGB value is (217,129,22). Sum of RGB (Red+Green+Blue) = 217+129+22=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D98116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98116 is #267EE9. Grayscale: #8F8F8F. Windows color (decimal): -2522858 or 1475033. OLE color: 1475033.

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

Color convert

RGB 217 129 22 -
CMYK 0 0.41 0.90 0.15
HSL 32.92º 0.82% 0.47% -
HSV(B) 32.92º 0.9% 0.85% -
XYZ 36.61 30.51 4.72 -
YUV 143.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 217 129 22 0 0.41 0.90 0.15 32.92 0.82 0.47
Hex D9 81 16 0 29 5A F 21 52 2F
Octal 331 201 26 0 51 132 17 41 122 57
Binary 11011001 10000001 10110 0 101001 1011010 1111 100001 1010010 101111

Color Harmonies of #D98116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98116

Black with #D98116

Text Example


Text Example

White with #D98116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98116; }

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

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

background-color css

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

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

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

border-color css

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

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

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