Html Css Color HEX #D98516 Ochre

📋 copy color: '#D98516'

red 217 ◦ green 133 ◦ blue 22

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

Shades of Ochre #D98516

Tints of Ochre #D98516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 58.33%
G = 35.75%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98516 (or 0xD98516) is known color: Ochre. HEX triplet: D9, 85 and 16. RGB value is (217,133,22). Sum of RGB (Red+Green+Blue) = 217+133+22=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D98516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98516 is #267AE9. Grayscale: #919191. Windows color (decimal): -2521834 or 1476057. OLE color: 1476057.

HSL color Cylindrical-coordinate representation of color #D98516: hue angle of 34.15º 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 #D98516 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 22 -
CMYK 0 0.39 0.90 0.15
HSL 34.15º 0.82% 0.47% -
HSV(B) 34.15º 0.9% 0.85% -
XYZ 37.15 31.58 4.9 -
YUV 145.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 217 133 22 0 0.39 0.90 0.15 34.15 0.82 0.47
Hex D9 85 16 0 27 5A F 22 52 2F
Octal 331 205 26 0 47 132 17 42 122 57
Binary 11011001 10000101 10110 0 100111 1011010 1111 100010 1010010 101111

Color Harmonies of #D98516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98516

Black with #D98516

Text Example


Text Example

White with #D98516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98516; }

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

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

background-color css

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

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

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

border-color css

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

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

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