Html Css Color HEX #D97E24 Ochre

📋 copy color: '#D97E24'

red 217 ◦ green 126 ◦ blue 36

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

Shades of Ochre #D97E24

Tints of Ochre #D97E24

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 36 (14.45% from 255) = 9.5%

R = 57.26%
G = 33.25%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D97E24 (or 0xD97E24) is known color: Ochre. HEX triplet: D9, 7E and 24. RGB value is (217,126,36). Sum of RGB (Red+Green+Blue) = 217+126+36=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97E24 is #2681DB. Grayscale: #8F8F8F. Windows color (decimal): -2523612 or 2391769. OLE color: 2391769.

HSL color Cylindrical-coordinate representation of color #D97E24: hue angle of 29.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D97E24 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 36 -
CMYK 0 0.42 0.83 0.15
HSL 29.83º 0.72% 0.5% -
HSV(B) 29.83º 0.83% 0.85% -
XYZ 36.39 29.8 5.5 -
YUV 142.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 217 126 36 0 0.42 0.83 0.15 29.83 0.72 0.5
Hex D9 7E 24 0 2A 53 F 1E 48 32
Octal 331 176 44 0 52 123 17 36 110 62
Binary 11011001 1111110 100100 0 101010 1010011 1111 11110 1001000 110010

Color Harmonies of #D97E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E24

Black with #D97E24

Text Example


Text Example

White with #D97E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E24; }

 p { color: rgb(217,126,36); }

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

background-color css

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

 a { background-color: rgb(217,126,36); }

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

border-color css

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

 span { border-color: rgb(217,126,36); }

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