Html Css Color HEX #D17316 Ochre

📋 copy color: '#D17316'

red 209 ◦ green 115 ◦ blue 22

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

Shades of Ochre #D17316

Tints of Ochre #D17316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 60.4%
G = 33.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17316 (or 0xD17316) is known color: Ochre. HEX triplet: D1, 73 and 16. RGB value is (209,115,22). Sum of RGB (Red+Green+Blue) = 209+115+22=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17316 is #2E8CE9. Grayscale: #848484. Windows color (decimal): -3050730 or 1471441. OLE color: 1471441.

HSL color Cylindrical-coordinate representation of color #D17316: hue angle of 29.84º 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 #D17316 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 115 22 -
CMYK 0 0.45 0.89 0.18
HSL 29.84º 0.81% 0.45% -
HSV(B) 29.84º 0.89% 0.82% -
XYZ 32.57 25.87 4.04 -
YUV 132.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 209 115 22 0 0.45 0.89 0.18 29.84 0.81 0.45
Hex D1 73 16 0 2D 59 12 1E 51 2D
Octal 321 163 26 0 55 131 22 36 121 55
Binary 11010001 1110011 10110 0 101101 1011001 10010 11110 1010001 101101

Color Harmonies of #D17316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17316

Black with #D17316

Text Example


Text Example

White with #D17316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17316; }

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

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

background-color css

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

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

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

border-color css

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

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

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