Html Css Color HEX #D97F14 Ochre

📋 copy color: '#D97F14'

red 217 ◦ green 127 ◦ blue 20

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

Shades of Ochre #D97F14

Tints of Ochre #D97F14

RGB

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

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

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

R = 59.62%
G = 34.89%
B = 5.49%

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

#D97F14 (or 0xD97F14) is known color: Ochre. HEX triplet: D9, 7F and 14. RGB value is (217,127,20). Sum of RGB (Red+Green+Blue) = 217+127+20=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F14 is #2680EB. Grayscale: #8E8E8E. Windows color (decimal): -2523372 or 1343449. OLE color: 1343449.

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

Color convert

RGB 217 127 20 -
CMYK 0 0.41 0.91 0.15
HSL 32.59º 0.83% 0.46% -
HSV(B) 32.59º 0.91% 0.85% -
XYZ 36.33 29.98 4.53 -
YUV 141.71 59.32 181.7 -
System Red Green Blue C M Y K H S L
Decimal 217 127 20 0 0.41 0.91 0.15 32.59 0.83 0.46
Hex D9 7F 14 0 29 5B F 21 53 2E
Octal 331 177 24 0 51 133 17 41 123 56
Binary 11011001 1111111 10100 0 101001 1011011 1111 100001 1010011 101110

Color Harmonies of #D97F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F14

Black with #D97F14

Text Example


Text Example

White with #D97F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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