Html Css Color HEX #D17319 Ochre

📋 copy color: '#D17319'

red 209 ◦ green 115 ◦ blue 25

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

Shades of Ochre #D17319

Tints of Ochre #D17319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 59.89%
G = 32.95%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D17319 (or 0xD17319) is known color: Ochre. HEX triplet: D1, 73 and 19. RGB value is (209,115,25). Sum of RGB (Red+Green+Blue) = 209+115+25=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17319 is #2E8CE6. Grayscale: #858585. Windows color (decimal): -3050727 or 1668049. OLE color: 1668049.

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

Color convert

RGB 209 115 25 -
CMYK 0 0.45 0.88 0.18
HSL 29.35º 0.79% 0.46% -
HSV(B) 29.35º 0.88% 0.82% -
XYZ 32.6 25.89 4.2 -
YUV 132.85 67.14 182.32 -
System Red Green Blue C M Y K H S L
Decimal 209 115 25 0 0.45 0.88 0.18 29.35 0.79 0.46
Hex D1 73 19 0 2D 58 12 1D 4F 2E
Octal 321 163 31 0 55 130 22 35 117 56
Binary 11010001 1110011 11001 0 101101 1011000 10010 11101 1001111 101110

Color Harmonies of #D17319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17319

Black with #D17319

Text Example


Text Example

White with #D17319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17319; }

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

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

background-color css

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

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

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

border-color css

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

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

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