Html Css Color HEX #D97C15 Ochre

📋 copy color: '#D97C15'

red 217 ◦ green 124 ◦ blue 21

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

Shades of Ochre #D97C15

Tints of Ochre #D97C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 59.94%
G = 34.25%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97C15 (or 0xD97C15) is known color: Ochre. HEX triplet: D9, 7C and 15. RGB value is (217,124,21). Sum of RGB (Red+Green+Blue) = 217+124+21=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97C15 is #2683EA. Grayscale: #8C8C8C. Windows color (decimal): -2524139 or 1408217. OLE color: 1408217.

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

Color convert

RGB 217 124 21 -
CMYK 0 0.43 0.90 0.15
HSL 31.53º 0.82% 0.47% -
HSV(B) 31.53º 0.9% 0.85% -
XYZ 35.96 29.22 4.45 -
YUV 140.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 217 124 21 0 0.43 0.90 0.15 31.53 0.82 0.47
Hex D9 7C 15 0 2B 5A F 20 52 2F
Octal 331 174 25 0 53 132 17 40 122 57
Binary 11011001 1111100 10101 0 101011 1011010 1111 100000 1010010 101111

Color Harmonies of #D97C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C15

Black with #D97C15

Text Example


Text Example

White with #D97C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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