Html Css Color HEX #D97C21 Ochre

📋 copy color: '#D97C21'

red 217 ◦ green 124 ◦ blue 33

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

Shades of Ochre #D97C21

Tints of Ochre #D97C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 58.02%
G = 33.16%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D97C21 (or 0xD97C21) is known color: Ochre. HEX triplet: D9, 7C and 21. RGB value is (217,124,33). Sum of RGB (Red+Green+Blue) = 217+124+33=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97C21 is #2683DE. Grayscale: #8D8D8D. Windows color (decimal): -2524127 or 2194649. OLE color: 2194649.

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

Color convert

RGB 217 124 33 -
CMYK 0 0.43 0.85 0.15
HSL 29.67º 0.74% 0.49% -
HSV(B) 29.67º 0.85% 0.85% -
XYZ 36.1 29.28 5.19 -
YUV 141.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 217 124 33 0 0.43 0.85 0.15 29.67 0.74 0.49
Hex D9 7C 21 0 2B 55 F 1E 4A 31
Octal 331 174 41 0 53 125 17 36 112 61
Binary 11011001 1111100 100001 0 101011 1010101 1111 11110 1001010 110001

Color Harmonies of #D97C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C21

Black with #D97C21

Text Example


Text Example

White with #D97C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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