Html Css Color HEX #D17811 Ochre

📋 copy color: '#D17811'

red 209 ◦ green 120 ◦ blue 17

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

Shades of Ochre #D17811

Tints of Ochre #D17811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 60.4%
G = 34.68%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17811 (or 0xD17811) is known color: Ochre. HEX triplet: D1, 78 and 11. RGB value is (209,120,17). Sum of RGB (Red+Green+Blue) = 209+120+17=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17811 is #2E87EE. Grayscale: #878787. Windows color (decimal): -3049455 or 1145041. OLE color: 1145041.

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

Color convert

RGB 209 120 17 -
CMYK 0 0.43 0.92 0.18
HSL 32.19º 0.85% 0.44% -
HSV(B) 32.19º 0.92% 0.82% -
XYZ 33.11 27.03 4 -
YUV 134.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 209 120 17 0 0.43 0.92 0.18 32.19 0.85 0.44
Hex D1 78 11 0 2B 5C 12 20 55 2C
Octal 321 170 21 0 53 134 22 40 125 54
Binary 11010001 1111000 10001 0 101011 1011100 10010 100000 1010101 101100

Color Harmonies of #D17811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17811

Black with #D17811

Text Example


Text Example

White with #D17811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17811; }

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

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

background-color css

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

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

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

border-color css

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

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

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