Html Css Color HEX #D17C21 Ochre

📋 copy color: '#D17C21'

red 209 ◦ green 124 ◦ blue 33

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

Shades of Ochre #D17C21

Tints of Ochre #D17C21

RGB

 RED value IS 209 (82.03% from 255) = 57.1%

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

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

R = 57.1%
G = 33.88%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17C21 (or 0xD17C21) is known color: Ochre. HEX triplet: D1, 7C and 21. RGB value is (209,124,33). Sum of RGB (Red+Green+Blue) = 209+124+33=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C21 is #2E83DE. Grayscale: #8B8B8B. Windows color (decimal): -3048415 or 2194641. OLE color: 2194641.

HSL color Cylindrical-coordinate representation of color #D17C21: hue angle of 31.02º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D17C21 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 124 33 -
CMYK 0 0.41 0.84 0.18
HSL 31.02º 0.73% 0.47% -
HSV(B) 31.02º 0.84% 0.82% -
XYZ 33.78 28.08 5.08 -
YUV 139.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 209 124 33 0 0.41 0.84 0.18 31.02 0.73 0.47
Hex D1 7C 21 0 29 54 12 1F 49 2F
Octal 321 174 41 0 51 124 22 37 111 57
Binary 11010001 1111100 100001 0 101001 1010100 10010 11111 1001001 101111

Color Harmonies of #D17C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C21

Black with #D17C21

Text Example


Text Example

White with #D17C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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