Html Css Color HEX #D98016 Ochre

📋 copy color: '#D98016'

red 217 ◦ green 128 ◦ blue 22

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

Shades of Ochre #D98016

Tints of Ochre #D98016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 59.13%
G = 34.88%
B = 5.99%

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

#D98016 (or 0xD98016) is known color: Ochre. HEX triplet: D9, 80 and 16. RGB value is (217,128,22). Sum of RGB (Red+Green+Blue) = 217+128+22=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98016 is #267FE9. Grayscale: #8F8F8F. Windows color (decimal): -2523114 or 1474777. OLE color: 1474777.

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

Color convert

RGB 217 128 22 -
CMYK 0 0.41 0.90 0.15
HSL 32.62º 0.82% 0.47% -
HSV(B) 32.62º 0.9% 0.85% -
XYZ 36.48 30.25 4.67 -
YUV 142.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 217 128 22 0 0.41 0.90 0.15 32.62 0.82 0.47
Hex D9 80 16 0 29 5A F 21 52 2F
Octal 331 200 26 0 51 132 17 41 122 57
Binary 11011001 10000000 10110 0 101001 1011010 1111 100001 1010010 101111

Color Harmonies of #D98016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98016

Black with #D98016

Text Example


Text Example

White with #D98016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98016; }

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

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

background-color css

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

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

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

border-color css

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

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

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