Html Css Color HEX #D17320 Ochre

📋 copy color: '#D17320'

red 209 ◦ green 115 ◦ blue 32

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

Shades of Ochre #D17320

Tints of Ochre #D17320

RGB

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

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

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

R = 58.71%
G = 32.3%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17320 (or 0xD17320) is known color: Ochre. HEX triplet: D1, 73 and 20. RGB value is (209,115,32). Sum of RGB (Red+Green+Blue) = 209+115+32=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D17320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17320 is #2E8CDF. Grayscale: #868686. Windows color (decimal): -3050720 or 2126801. OLE color: 2126801.

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

Color convert

RGB 209 115 32 -
CMYK 0 0.45 0.85 0.18
HSL 28.14º 0.73% 0.47% -
HSV(B) 28.14º 0.85% 0.82% -
XYZ 32.69 25.92 4.65 -
YUV 133.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 209 115 32 0 0.45 0.85 0.18 28.14 0.73 0.47
Hex D1 73 20 0 2D 55 12 1C 49 2F
Octal 321 163 40 0 55 125 22 34 111 57
Binary 11010001 1110011 100000 0 101101 1010101 10010 11100 1001001 101111

Color Harmonies of #D17320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17320

Black with #D17320

Text Example


Text Example

White with #D17320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17320; }

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

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

background-color css

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

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

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

border-color css

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

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

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