Html Css Color HEX #D97F13 Ochre

📋 copy color: '#D97F13'

red 217 ◦ green 127 ◦ blue 19

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

Shades of Ochre #D97F13

Tints of Ochre #D97F13

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

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

R = 59.78%
G = 34.99%
B = 5.23%

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

#D97F13 (or 0xD97F13) is known color: Ochre. HEX triplet: D9, 7F and 13. RGB value is (217,127,19). Sum of RGB (Red+Green+Blue) = 217+127+19=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F13 is #2680EC. Grayscale: #8E8E8E. Windows color (decimal): -2523373 or 1277913. OLE color: 1277913.

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

Color convert

RGB 217 127 19 -
CMYK 0 0.41 0.91 0.15
HSL 32.73º 0.84% 0.46% -
HSV(B) 32.73º 0.91% 0.85% -
XYZ 36.32 29.98 4.49 -
YUV 141.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 217 127 19 0 0.41 0.91 0.15 32.73 0.84 0.46
Hex D9 7F 13 0 29 5B F 21 54 2E
Octal 331 177 23 0 51 133 17 41 124 56
Binary 11011001 1111111 10011 0 101001 1011011 1111 100001 1010100 101110

Color Harmonies of #D97F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F13

Black with #D97F13

Text Example


Text Example

White with #D97F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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