Html Css Color HEX #D17C20 Ochre

📋 copy color: '#D17C20'

red 209 ◦ green 124 ◦ blue 32

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

Shades of Ochre #D17C20

Tints of Ochre #D17C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 57.26%
G = 33.97%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17C20 (or 0xD17C20) is known color: Ochre. HEX triplet: D1, 7C and 20. RGB value is (209,124,32). Sum of RGB (Red+Green+Blue) = 209+124+32=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C20 is #2E83DF. Grayscale: #8B8B8B. Windows color (decimal): -3048416 or 2129105. OLE color: 2129105.

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

Color convert

RGB 209 124 32 -
CMYK 0 0.41 0.85 0.18
HSL 31.19º 0.73% 0.47% -
HSV(B) 31.19º 0.85% 0.82% -
XYZ 33.76 28.07 5.01 -
YUV 138.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 209 124 32 0 0.41 0.85 0.18 31.19 0.73 0.47
Hex D1 7C 20 0 29 55 12 1F 49 2F
Octal 321 174 40 0 51 125 22 37 111 57
Binary 11010001 1111100 100000 0 101001 1010101 10010 11111 1001001 101111

Color Harmonies of #D17C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C20

Black with #D17C20

Text Example


Text Example

White with #D17C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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