Html Css Color HEX #D1841A Ochre

📋 copy color: '#D1841A'

red 209 ◦ green 132 ◦ blue 26

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

Shades of Ochre #D1841A

Tints of Ochre #D1841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 56.95%
G = 35.97%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1841A (or 0xD1841A) is known color: Ochre. HEX triplet: D1, 84 and 1A. RGB value is (209,132,26). Sum of RGB (Red+Green+Blue) = 209+132+26=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841A is #2E7BE5. Grayscale: #8F8F8F. Windows color (decimal): -3046374 or 1737937. OLE color: 1737937.

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

Color convert

RGB 209 132 26 -
CMYK 0 0.37 0.88 0.18
HSL 34.75º 0.78% 0.46% -
HSV(B) 34.75º 0.88% 0.82% -
XYZ 34.73 30.13 4.96 -
YUV 142.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 209 132 26 0 0.37 0.88 0.18 34.75 0.78 0.46
Hex D1 84 1A 0 25 58 12 23 4E 2E
Octal 321 204 32 0 45 130 22 43 116 56
Binary 11010001 10000100 11010 0 100101 1011000 10010 100011 1001110 101110

Color Harmonies of #D1841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1841A

Black with #D1841A

Text Example


Text Example

White with #D1841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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