Html Css Color HEX #D97E14 Ochre

📋 copy color: '#D97E14'

red 217 ◦ green 126 ◦ blue 20

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

Shades of Ochre #D97E14

Tints of Ochre #D97E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 59.78%
G = 34.71%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97E14 (or 0xD97E14) is known color: Ochre. HEX triplet: D9, 7E and 14. RGB value is (217,126,20). Sum of RGB (Red+Green+Blue) = 217+126+20=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97E14 is #2681EB. Grayscale: #8D8D8D. Windows color (decimal): -2523628 or 1343193. OLE color: 1343193.

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

Color convert

RGB 217 126 20 -
CMYK 0 0.42 0.91 0.15
HSL 32.28º 0.83% 0.46% -
HSV(B) 32.28º 0.91% 0.85% -
XYZ 36.2 29.72 4.49 -
YUV 141.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 217 126 20 0 0.42 0.91 0.15 32.28 0.83 0.46
Hex D9 7E 14 0 2A 5B F 20 53 2E
Octal 331 176 24 0 52 133 17 40 123 56
Binary 11011001 1111110 10100 0 101010 1011011 1111 100000 1010011 101110

Color Harmonies of #D97E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E14

Black with #D97E14

Text Example


Text Example

White with #D97E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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