Html Css Color HEX #D1791F Ochre

📋 copy color: '#D1791F'

red 209 ◦ green 121 ◦ blue 31

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

Shades of Ochre #D1791F

Tints of Ochre #D1791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 57.89%
G = 33.52%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1791F (or 0xD1791F) is known color: Ochre. HEX triplet: D1, 79 and 1F. RGB value is (209,121,31). Sum of RGB (Red+Green+Blue) = 209+121+31=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D1791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1791F is #2E86E0. Grayscale: #898989. Windows color (decimal): -3049185 or 2062801. OLE color: 2062801.

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

Color convert

RGB 209 121 31 -
CMYK 0 0.42 0.85 0.18
HSL 30.34º 0.74% 0.47% -
HSV(B) 30.34º 0.85% 0.82% -
XYZ 33.38 27.33 4.81 -
YUV 137.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 209 121 31 0 0.42 0.85 0.18 30.34 0.74 0.47
Hex D1 79 1F 0 2A 55 12 1E 4A 2F
Octal 321 171 37 0 52 125 22 36 112 57
Binary 11010001 1111001 11111 0 101010 1010101 10010 11110 1001010 101111

Color Harmonies of #D1791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1791F

Black with #D1791F

Text Example


Text Example

White with #D1791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1791F; }

 p { color: rgb(209,121,31); }

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

background-color css

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

 a { background-color: rgb(209,121,31); }

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

border-color css

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

 span { border-color: rgb(209,121,31); }

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