Html Css Color HEX #D1841B Ochre

📋 copy color: '#D1841B'

red 209 ◦ green 132 ◦ blue 27

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

Shades of Ochre #D1841B

Tints of Ochre #D1841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.34%

R = 56.79%
G = 35.87%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1841B (or 0xD1841B) is known color: Ochre. HEX triplet: D1, 84 and 1B. RGB value is (209,132,27). Sum of RGB (Red+Green+Blue) = 209+132+27=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841B is #2E7BE4. Grayscale: #8F8F8F. Windows color (decimal): -3046373 or 1803473. OLE color: 1803473.

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

Color convert

RGB 209 132 27 -
CMYK 0 0.37 0.87 0.18
HSL 34.62º 0.77% 0.46% -
HSV(B) 34.62º 0.87% 0.82% -
XYZ 34.74 30.14 5.02 -
YUV 143.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 209 132 27 0 0.37 0.87 0.18 34.62 0.77 0.46
Hex D1 84 1B 0 25 57 12 23 4D 2E
Octal 321 204 33 0 45 127 22 43 115 56
Binary 11010001 10000100 11011 0 100101 1010111 10010 100011 1001101 101110

Color Harmonies of #D1841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1841B

Black with #D1841B

Text Example


Text Example

White with #D1841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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