Html Css Color HEX #D97F15 Ochre

📋 copy color: '#D97F15'

red 217 ◦ green 127 ◦ blue 21

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

Shades of Ochre #D97F15

Tints of Ochre #D97F15

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 59.45%
G = 34.79%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97F15 (or 0xD97F15) is known color: Ochre. HEX triplet: D9, 7F and 15. RGB value is (217,127,21). Sum of RGB (Red+Green+Blue) = 217+127+21=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F15 is #2680EA. Grayscale: #8E8E8E. Windows color (decimal): -2523371 or 1408985. OLE color: 1408985.

HSL color Cylindrical-coordinate representation of color #D97F15: hue angle of 32.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97F15 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 21 -
CMYK 0 0.41 0.90 0.15
HSL 32.45º 0.82% 0.47% -
HSV(B) 32.45º 0.9% 0.85% -
XYZ 36.34 29.98 4.58 -
YUV 141.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 217 127 21 0 0.41 0.90 0.15 32.45 0.82 0.47
Hex D9 7F 15 0 29 5A F 20 52 2F
Octal 331 177 25 0 51 132 17 40 122 57
Binary 11011001 1111111 10101 0 101001 1011010 1111 100000 1010010 101111

Color Harmonies of #D97F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F15

Black with #D97F15

Text Example


Text Example

White with #D97F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F15; }

 p { color: rgb(217,127,21); }

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

background-color css

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

 a { background-color: rgb(217,127,21); }

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

border-color css

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

 span { border-color: rgb(217,127,21); }

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