Html Css Color HEX #D97718 Ochre

📋 copy color: '#D97718'

red 217 ◦ green 119 ◦ blue 24

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

Shades of Ochre #D97718

Tints of Ochre #D97718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 24 (9.77% from 255) = 6.67%

R = 60.28%
G = 33.06%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97718 (or 0xD97718) is known color: Ochre. HEX triplet: D9, 77 and 18. RGB value is (217,119,24). Sum of RGB (Red+Green+Blue) = 217+119+24=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D97718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97718 is #2688E7. Grayscale: #898989. Windows color (decimal): -2525416 or 1603545. OLE color: 1603545.

HSL color Cylindrical-coordinate representation of color #D97718: hue angle of 29.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D97718 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 24 -
CMYK 0 0.45 0.89 0.15
HSL 29.53º 0.8% 0.47% -
HSV(B) 29.53º 0.89% 0.85% -
XYZ 35.38 28.01 4.41 -
YUV 137.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 217 119 24 0 0.45 0.89 0.15 29.53 0.8 0.47
Hex D9 77 18 0 2D 59 F 1E 50 2F
Octal 331 167 30 0 55 131 17 36 120 57
Binary 11011001 1110111 11000 0 101101 1011001 1111 11110 1010000 101111

Color Harmonies of #D97718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97718

Black with #D97718

Text Example


Text Example

White with #D97718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97718; }

 p { color: rgb(217,119,24); }

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

background-color css

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

 a { background-color: rgb(217,119,24); }

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

border-color css

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

 span { border-color: rgb(217,119,24); }

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