Html Css Color HEX #D18317 Ochre

📋 copy color: '#D18317'

red 209 ◦ green 131 ◦ blue 23

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

Shades of Ochre #D18317

Tints of Ochre #D18317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 57.58%
G = 36.09%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18317 (or 0xD18317) is known color: Ochre. HEX triplet: D1, 83 and 17. RGB value is (209,131,23). Sum of RGB (Red+Green+Blue) = 209+131+23=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18317 is #2E7CE8. Grayscale: #8E8E8E. Windows color (decimal): -3046633 or 1541073. OLE color: 1541073.

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

Color convert

RGB 209 131 23 -
CMYK 0 0.37 0.89 0.18
HSL 34.84º 0.8% 0.45% -
HSV(B) 34.84º 0.89% 0.82% -
XYZ 34.57 29.85 4.75 -
YUV 142.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 209 131 23 0 0.37 0.89 0.18 34.84 0.8 0.45
Hex D1 83 17 0 25 59 12 23 50 2D
Octal 321 203 27 0 45 131 22 43 120 55
Binary 11010001 10000011 10111 0 100101 1011001 10010 100011 1010000 101101

Color Harmonies of #D18317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18317

Black with #D18317

Text Example


Text Example

White with #D18317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18317; }

 p { color: rgb(209,131,23); }

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

background-color css

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

 a { background-color: rgb(209,131,23); }

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

border-color css

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

 span { border-color: rgb(209,131,23); }

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