Html Css Color HEX #D17120 Ochre

📋 copy color: '#D17120'

red 209 ◦ green 113 ◦ blue 32

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

Shades of Ochre #D17120

Tints of Ochre #D17120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 59.04%
G = 31.92%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17120 (or 0xD17120) is known color: Ochre. HEX triplet: D1, 71 and 20. RGB value is (209,113,32). Sum of RGB (Red+Green+Blue) = 209+113+32=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D17120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17120 is #2E8EDF. Grayscale: #848484. Windows color (decimal): -3051232 or 2126289. OLE color: 2126289.

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

Color convert

RGB 209 113 32 -
CMYK 0 0.46 0.85 0.18
HSL 27.46º 0.73% 0.47% -
HSV(B) 27.46º 0.85% 0.82% -
XYZ 32.46 25.47 4.57 -
YUV 132.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 209 113 32 0 0.46 0.85 0.18 27.46 0.73 0.47
Hex D1 71 20 0 2E 55 12 1B 49 2F
Octal 321 161 40 0 56 125 22 33 111 57
Binary 11010001 1110001 100000 0 101110 1010101 10010 11011 1001001 101111

Color Harmonies of #D17120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17120

Black with #D17120

Text Example


Text Example

White with #D17120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17120; }

 p { color: rgb(209,113,32); }

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

background-color css

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

 a { background-color: rgb(209,113,32); }

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

border-color css

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

 span { border-color: rgb(209,113,32); }

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