Html Css Color HEX #D97E11 Ochre

📋 copy color: '#D97E11'

red 217 ◦ green 126 ◦ blue 17

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

Shades of Ochre #D97E11

Tints of Ochre #D97E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 60.28%
G = 35%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D97E11 (or 0xD97E11) is known color: Ochre. HEX triplet: D9, 7E and 11. RGB value is (217,126,17). Sum of RGB (Red+Green+Blue) = 217+126+17=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97E11 is #2681EE. Grayscale: #8D8D8D. Windows color (decimal): -2523631 or 1146585. OLE color: 1146585.

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

Color convert

RGB 217 126 17 -
CMYK 0 0.42 0.92 0.15
HSL 32.7º 0.85% 0.46% -
HSV(B) 32.7º 0.92% 0.85% -
XYZ 36.18 29.71 4.36 -
YUV 140.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 217 126 17 0 0.42 0.92 0.15 32.7 0.85 0.46
Hex D9 7E 11 0 2A 5C F 21 55 2E
Octal 331 176 21 0 52 134 17 41 125 56
Binary 11011001 1111110 10001 0 101010 1011100 1111 100001 1010101 101110

Color Harmonies of #D97E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E11

Black with #D97E11

Text Example


Text Example

White with #D97E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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