Html Css Color HEX #D97F0F Ochre

📋 copy color: '#D97F0F'

red 217 ◦ green 127 ◦ blue 15

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

Shades of Ochre #D97F0F

Tints of Ochre #D97F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 60.45%
G = 35.38%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D97F0F (or 0xD97F0F) is known color: Ochre. HEX triplet: D9, 7F and 0F. RGB value is (217,127,15). Sum of RGB (Red+Green+Blue) = 217+127+15=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F0F is #2680F0. Grayscale: #8D8D8D. Windows color (decimal): -2523377 or 1015769. OLE color: 1015769.

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

Color convert

RGB 217 127 15 -
CMYK 0 0.41 0.93 0.15
HSL 33.27º 0.87% 0.45% -
HSV(B) 33.27º 0.93% 0.85% -
XYZ 36.29 29.96 4.32 -
YUV 141.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 217 127 15 0 0.41 0.93 0.15 33.27 0.87 0.45
Hex D9 7F F 0 29 5D F 21 57 2D
Octal 331 177 17 0 51 135 17 41 127 55
Binary 11011001 1111111 1111 0 101001 1011101 1111 100001 1010111 101101

Color Harmonies of #D97F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F0F

Black with #D97F0F

Text Example


Text Example

White with #D97F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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