Html Css Color HEX #D97C17 Ochre

📋 copy color: '#D97C17'

red 217 ◦ green 124 ◦ blue 23

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

Shades of Ochre #D97C17

Tints of Ochre #D97C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 59.62%
G = 34.07%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97C17 (or 0xD97C17) is known color: Ochre. HEX triplet: D9, 7C and 17. RGB value is (217,124,23). Sum of RGB (Red+Green+Blue) = 217+124+23=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97C17 is #2683E8. Grayscale: #8C8C8C. Windows color (decimal): -2524137 or 1539289. OLE color: 1539289.

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

Color convert

RGB 217 124 23 -
CMYK 0 0.43 0.89 0.15
HSL 31.24º 0.81% 0.47% -
HSV(B) 31.24º 0.89% 0.85% -
XYZ 35.98 29.23 4.56 -
YUV 140.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 217 124 23 0 0.43 0.89 0.15 31.24 0.81 0.47
Hex D9 7C 17 0 2B 59 F 1F 51 2F
Octal 331 174 27 0 53 131 17 37 121 57
Binary 11011001 1111100 10111 0 101011 1011001 1111 11111 1010001 101111

Color Harmonies of #D97C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C17

Black with #D97C17

Text Example


Text Example

White with #D97C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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