Html Css Color HEX #D97913 Ochre

📋 copy color: '#D97913'

red 217 ◦ green 121 ◦ blue 19

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

Shades of Ochre #D97913

Tints of Ochre #D97913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 60.78%
G = 33.89%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97913 (or 0xD97913) is known color: Ochre. HEX triplet: D9, 79 and 13. RGB value is (217,121,19). Sum of RGB (Red+Green+Blue) = 217+121+19=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D97913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97913 is #2686EC. Grayscale: #8A8A8A. Windows color (decimal): -2524909 or 1276377. OLE color: 1276377.

HSL color Cylindrical-coordinate representation of color #D97913: hue angle of 30.91º degrees, saturation: 0.84, 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 #D97913 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 19 -
CMYK 0 0.44 0.91 0.15
HSL 30.91º 0.84% 0.46% -
HSV(B) 30.91º 0.91% 0.85% -
XYZ 35.57 28.47 4.24 -
YUV 138.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 217 121 19 0 0.44 0.91 0.15 30.91 0.84 0.46
Hex D9 79 13 0 2C 5B F 1F 54 2E
Octal 331 171 23 0 54 133 17 37 124 56
Binary 11011001 1111001 10011 0 101100 1011011 1111 11111 1010100 101110

Color Harmonies of #D97913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97913

Black with #D97913

Text Example


Text Example

White with #D97913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97913; }

 p { color: rgb(217,121,19); }

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

background-color css

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

 a { background-color: rgb(217,121,19); }

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

border-color css

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

 span { border-color: rgb(217,121,19); }

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