Html Css Color HEX #D17C16 Ochre

📋 copy color: '#D17C16'

red 209 ◦ green 124 ◦ blue 22

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

Shades of Ochre #D17C16

Tints of Ochre #D17C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 58.87%
G = 34.93%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17C16 (or 0xD17C16) is known color: Ochre. HEX triplet: D1, 7C and 16. RGB value is (209,124,22). Sum of RGB (Red+Green+Blue) = 209+124+22=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C16 is #2E83E9. Grayscale: #8A8A8A. Windows color (decimal): -3048426 or 1473745. OLE color: 1473745.

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

Color convert

RGB 209 124 22 -
CMYK 0 0.41 0.89 0.18
HSL 32.73º 0.81% 0.45% -
HSV(B) 32.73º 0.89% 0.82% -
XYZ 33.65 28.03 4.4 -
YUV 137.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 209 124 22 0 0.41 0.89 0.18 32.73 0.81 0.45
Hex D1 7C 16 0 29 59 12 21 51 2D
Octal 321 174 26 0 51 131 22 41 121 55
Binary 11010001 1111100 10110 0 101001 1011001 10010 100001 1010001 101101

Color Harmonies of #D17C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C16

Black with #D17C16

Text Example


Text Example

White with #D17C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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