Html Css Color HEX #D97D18 Ochre

📋 copy color: '#D97D18'

red 217 ◦ green 125 ◦ blue 24

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

Shades of Ochre #D97D18

Tints of Ochre #D97D18

RGB

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

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

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

R = 59.29%
G = 34.15%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97D18 (or 0xD97D18) is known color: Ochre. HEX triplet: D9, 7D and 18. RGB value is (217,125,24). Sum of RGB (Red+Green+Blue) = 217+125+24=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97D18 is #2682E7. Grayscale: #8D8D8D. Windows color (decimal): -2523880 or 1605081. OLE color: 1605081.

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

Color convert

RGB 217 125 24 -
CMYK 0 0.42 0.89 0.15
HSL 31.4º 0.8% 0.47% -
HSV(B) 31.4º 0.89% 0.85% -
XYZ 36.11 29.48 4.65 -
YUV 140.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 217 125 24 0 0.42 0.89 0.15 31.4 0.8 0.47
Hex D9 7D 18 0 2A 59 F 1F 50 2F
Octal 331 175 30 0 52 131 17 37 120 57
Binary 11011001 1111101 11000 0 101010 1011001 1111 11111 1010000 101111

Color Harmonies of #D97D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D18

Black with #D97D18

Text Example


Text Example

White with #D97D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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