Html Css Color HEX #D17417 Ochre

📋 copy color: '#D17417'

red 209 ◦ green 116 ◦ blue 23

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

Shades of Ochre #D17417

Tints of Ochre #D17417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 60.06%
G = 33.33%
B = 6.61%

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

#D17417 (or 0xD17417) is known color: Ochre. HEX triplet: D1, 74 and 17. RGB value is (209,116,23). Sum of RGB (Red+Green+Blue) = 209+116+23=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17417 is #2E8BE8. Grayscale: #858585. Windows color (decimal): -3050473 or 1537233. OLE color: 1537233.

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

Color convert

RGB 209 116 23 -
CMYK 0 0.44 0.89 0.18
HSL 30º 0.8% 0.45% -
HSV(B) 30º 0.89% 0.82% -
XYZ 32.69 26.11 4.13 -
YUV 133.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 209 116 23 0 0.44 0.89 0.18 30 0.8 0.45
Hex D1 74 17 0 2C 59 12 1E 50 2D
Octal 321 164 27 0 54 131 22 36 120 55
Binary 11010001 1110100 10111 0 101100 1011001 10010 11110 1010000 101101

Color Harmonies of #D17417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17417

Black with #D17417

Text Example


Text Example

White with #D17417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17417; }

 p { color: rgb(209,116,23); }

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

background-color css

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

 a { background-color: rgb(209,116,23); }

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

border-color css

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

 span { border-color: rgb(209,116,23); }

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