Html Css Color HEX #D98314 Ochre

📋 copy color: '#D98314'

red 217 ◦ green 131 ◦ blue 20

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

Shades of Ochre #D98314

Tints of Ochre #D98314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

 BLUE value IS 20 (8.2% from 255) = 5.43%

R = 58.97%
G = 35.6%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D98314 (or 0xD98314) is known color: Ochre. HEX triplet: D9, 83 and 14. RGB value is (217,131,20). Sum of RGB (Red+Green+Blue) = 217+131+20=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D98314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98314 is #267CEB. Grayscale: #909090. Windows color (decimal): -2522348 or 1344473. OLE color: 1344473.

HSL color Cylindrical-coordinate representation of color #D98314: hue angle of 33.81º degrees, saturation: 0.83, 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 #D98314 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 20 -
CMYK 0 0.40 0.91 0.15
HSL 33.81º 0.83% 0.46% -
HSV(B) 33.81º 0.91% 0.85% -
XYZ 36.86 31.03 4.71 -
YUV 144.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 217 131 20 0 0.40 0.91 0.15 33.81 0.83 0.46
Hex D9 83 14 0 28 5B F 22 53 2E
Octal 331 203 24 0 50 133 17 42 123 56
Binary 11011001 10000011 10100 0 101000 1011011 1111 100010 1010011 101110

Color Harmonies of #D98314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98314

Black with #D98314

Text Example


Text Example

White with #D98314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98314; }

 p { color: rgb(217,131,20); }

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

background-color css

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

 a { background-color: rgb(217,131,20); }

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

border-color css

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

 span { border-color: rgb(217,131,20); }

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