Html Css Color HEX #D17616 Ochre

📋 copy color: '#D17616'

red 209 ◦ green 118 ◦ blue 22

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

Shades of Ochre #D17616

Tints of Ochre #D17616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 59.89%
G = 33.81%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17616 (or 0xD17616) is known color: Ochre. HEX triplet: D1, 76 and 16. RGB value is (209,118,22). Sum of RGB (Red+Green+Blue) = 209+118+22=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17616 is #2E89E9. Grayscale: #868686. Windows color (decimal): -3049962 or 1472209. OLE color: 1472209.

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

Color convert

RGB 209 118 22 -
CMYK 0 0.44 0.89 0.18
HSL 30.8º 0.81% 0.45% -
HSV(B) 30.8º 0.89% 0.82% -
XYZ 32.92 26.57 4.15 -
YUV 134.27 64.65 181.31 -
System Red Green Blue C M Y K H S L
Decimal 209 118 22 0 0.44 0.89 0.18 30.8 0.81 0.45
Hex D1 76 16 0 2C 59 12 1F 51 2D
Octal 321 166 26 0 54 131 22 37 121 55
Binary 11010001 1110110 10110 0 101100 1011001 10010 11111 1010001 101101

Color Harmonies of #D17616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17616

Black with #D17616

Text Example


Text Example

White with #D17616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17616; }

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

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

background-color css

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

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

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

border-color css

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

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

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