Html Css Color HEX #D97D13 Ochre

📋 copy color: '#D97D13'

red 217 ◦ green 125 ◦ blue 19

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

Shades of Ochre #D97D13

Tints of Ochre #D97D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 60.11%
G = 34.63%
B = 5.26%

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

#D97D13 (or 0xD97D13) is known color: Ochre. HEX triplet: D9, 7D and 13. RGB value is (217,125,19). Sum of RGB (Red+Green+Blue) = 217+125+19=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97D13 is #2682EC. Grayscale: #8C8C8C. Windows color (decimal): -2523885 or 1277401. OLE color: 1277401.

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

Color convert

RGB 217 125 19 -
CMYK 0 0.42 0.91 0.15
HSL 32.12º 0.84% 0.46% -
HSV(B) 32.12º 0.91% 0.85% -
XYZ 36.07 29.47 4.4 -
YUV 140.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 217 125 19 0 0.42 0.91 0.15 32.12 0.84 0.46
Hex D9 7D 13 0 2A 5B F 20 54 2E
Octal 331 175 23 0 52 133 17 40 124 56
Binary 11011001 1111101 10011 0 101010 1011011 1111 100000 1010100 101110

Color Harmonies of #D97D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D13

Black with #D97D13

Text Example


Text Example

White with #D97D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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