Html Css Color HEX #D1840F Ochre

📋 copy color: '#D1840F'

red 209 ◦ green 132 ◦ blue 15

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

Shades of Ochre #D1840F

Tints of Ochre #D1840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 58.71%
G = 37.08%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1840F (or 0xD1840F) is known color: Ochre. HEX triplet: D1, 84 and 0F. RGB value is (209,132,15). Sum of RGB (Red+Green+Blue) = 209+132+15=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1840F is #2E7BF0. Grayscale: #8E8E8E. Windows color (decimal): -3046385 or 1017041. OLE color: 1017041.

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

Color convert

RGB 209 132 15 -
CMYK 0 0.37 0.93 0.18
HSL 36.19º 0.87% 0.44% -
HSV(B) 36.19º 0.93% 0.82% -
XYZ 34.63 30.09 4.44 -
YUV 141.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 209 132 15 0 0.37 0.93 0.18 36.19 0.87 0.44
Hex D1 84 F 0 25 5D 12 24 57 2C
Octal 321 204 17 0 45 135 22 44 127 54
Binary 11010001 10000100 1111 0 100101 1011101 10010 100100 1010111 101100

Color Harmonies of #D1840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1840F

Black with #D1840F

Text Example


Text Example

White with #D1840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1840F; }

 p { color: rgb(209,132,15); }

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

background-color css

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

 a { background-color: rgb(209,132,15); }

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

border-color css

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

 span { border-color: rgb(209,132,15); }

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