Html Css Color HEX #D97D22 Ochre

📋 copy color: '#D97D22'

red 217 ◦ green 125 ◦ blue 34

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

Shades of Ochre #D97D22

Tints of Ochre #D97D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.04%

R = 57.71%
G = 33.24%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D97D22 (or 0xD97D22) is known color: Ochre. HEX triplet: D9, 7D and 22. RGB value is (217,125,34). Sum of RGB (Red+Green+Blue) = 217+125+34=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D22 is #2682DD. Grayscale: #8E8E8E. Windows color (decimal): -2523870 or 2260441. OLE color: 2260441.

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

Color convert

RGB 217 125 34 -
CMYK 0 0.42 0.84 0.15
HSL 29.84º 0.73% 0.49% -
HSV(B) 29.84º 0.84% 0.85% -
XYZ 36.24 29.53 5.3 -
YUV 142.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 217 125 34 0 0.42 0.84 0.15 29.84 0.73 0.49
Hex D9 7D 22 0 2A 54 F 1E 49 31
Octal 331 175 42 0 52 124 17 36 111 61
Binary 11011001 1111101 100010 0 101010 1010100 1111 11110 1001001 110001

Color Harmonies of #D97D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D22

Black with #D97D22

Text Example


Text Example

White with #D97D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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