Html Css Color HEX #D98013 Ochre

📋 copy color: '#D98013'

red 217 ◦ green 128 ◦ blue 19

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

Shades of Ochre #D98013

Tints of Ochre #D98013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 59.62%
G = 35.16%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D98013 (or 0xD98013) is known color: Ochre. HEX triplet: D9, 80 and 13. RGB value is (217,128,19). Sum of RGB (Red+Green+Blue) = 217+128+19=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D98013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98013 is #267FEC. Grayscale: #8E8E8E. Windows color (decimal): -2523117 or 1278169. OLE color: 1278169.

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

Color convert

RGB 217 128 19 -
CMYK 0 0.41 0.91 0.15
HSL 33.03º 0.84% 0.46% -
HSV(B) 33.03º 0.91% 0.85% -
XYZ 36.45 30.24 4.53 -
YUV 142.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 217 128 19 0 0.41 0.91 0.15 33.03 0.84 0.46
Hex D9 80 13 0 29 5B F 21 54 2E
Octal 331 200 23 0 51 133 17 41 124 56
Binary 11011001 10000000 10011 0 101001 1011011 1111 100001 1010100 101110

Color Harmonies of #D98013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98013

Black with #D98013

Text Example


Text Example

White with #D98013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98013; }

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

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

background-color css

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

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

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

border-color css

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

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

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