Html Css Color HEX #D17411 Ochre

📋 copy color: '#D17411'

red 209 ◦ green 116 ◦ blue 17

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

Shades of Ochre #D17411

Tints of Ochre #D17411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 61.11%
G = 33.92%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17411 (or 0xD17411) is known color: Ochre. HEX triplet: D1, 74 and 11. RGB value is (209,116,17). Sum of RGB (Red+Green+Blue) = 209+116+17=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D17411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17411 is #2E8BEE. Grayscale: #858585. Windows color (decimal): -3050479 or 1144017. OLE color: 1144017.

HSL color Cylindrical-coordinate representation of color #D17411: hue angle of 30.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D17411 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 17 -
CMYK 0 0.44 0.92 0.18
HSL 30.94º 0.85% 0.44% -
HSV(B) 30.94º 0.92% 0.82% -
XYZ 32.64 26.09 3.85 -
YUV 132.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 209 116 17 0 0.44 0.92 0.18 30.94 0.85 0.44
Hex D1 74 11 0 2C 5C 12 1F 55 2C
Octal 321 164 21 0 54 134 22 37 125 54
Binary 11010001 1110100 10001 0 101100 1011100 10010 11111 1010101 101100

Color Harmonies of #D17411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17411

Black with #D17411

Text Example


Text Example

White with #D17411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17411; }

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

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

background-color css

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

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

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

border-color css

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

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

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