Html Css Color HEX #D97E17 Ochre

📋 copy color: '#D97E17'

red 217 ◦ green 126 ◦ blue 23

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

Shades of Ochre #D97E17

Tints of Ochre #D97E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 59.29%
G = 34.43%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97E17 (or 0xD97E17) is known color: Ochre. HEX triplet: D9, 7E and 17. RGB value is (217,126,23). Sum of RGB (Red+Green+Blue) = 217+126+23=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97E17 is #2681E8. Grayscale: #8D8D8D. Windows color (decimal): -2523625 or 1539801. OLE color: 1539801.

HSL color Cylindrical-coordinate representation of color #D97E17: hue angle of 31.86º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D97E17 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 23 -
CMYK 0 0.42 0.89 0.15
HSL 31.86º 0.81% 0.47% -
HSV(B) 31.86º 0.89% 0.85% -
XYZ 36.23 29.74 4.64 -
YUV 141.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 217 126 23 0 0.42 0.89 0.15 31.86 0.81 0.47
Hex D9 7E 17 0 2A 59 F 20 51 2F
Octal 331 176 27 0 52 131 17 40 121 57
Binary 11011001 1111110 10111 0 101010 1011001 1111 100000 1010001 101111

Color Harmonies of #D97E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E17

Black with #D97E17

Text Example


Text Example

White with #D97E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E17; }

 p { color: rgb(217,126,23); }

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

background-color css

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

 a { background-color: rgb(217,126,23); }

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

border-color css

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

 span { border-color: rgb(217,126,23); }

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