Html Css Color HEX #D97F10 Ochre

📋 copy color: '#D97F10'

red 217 ◦ green 127 ◦ blue 16

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

Shades of Ochre #D97F10

Tints of Ochre #D97F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 60.28%
G = 35.28%
B = 4.44%

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

#D97F10 (or 0xD97F10) is known color: Ochre. HEX triplet: D9, 7F and 10. RGB value is (217,127,16). Sum of RGB (Red+Green+Blue) = 217+127+16=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F10 is #2680EF. Grayscale: #8D8D8D. Windows color (decimal): -2523376 or 1081305. OLE color: 1081305.

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

Color convert

RGB 217 127 16 -
CMYK 0 0.41 0.93 0.15
HSL 33.13º 0.86% 0.46% -
HSV(B) 33.13º 0.93% 0.85% -
XYZ 36.3 29.97 4.36 -
YUV 141.26 57.32 182.03 -
System Red Green Blue C M Y K H S L
Decimal 217 127 16 0 0.41 0.93 0.15 33.13 0.86 0.46
Hex D9 7F 10 0 29 5D F 21 56 2E
Octal 331 177 20 0 51 135 17 41 126 56
Binary 11011001 1111111 10000 0 101001 1011101 1111 100001 1010110 101110

Color Harmonies of #D97F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F10

Black with #D97F10

Text Example


Text Example

White with #D97F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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