Html Css Color HEX #D1811C Ochre

📋 copy color: '#D1811C'

red 209 ◦ green 129 ◦ blue 28

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

Shades of Ochre #D1811C

Tints of Ochre #D1811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 57.1%
G = 35.25%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1811C (or 0xD1811C) is known color: Ochre. HEX triplet: D1, 81 and 1C. RGB value is (209,129,28). Sum of RGB (Red+Green+Blue) = 209+129+28=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1811C is #2E7EE3. Grayscale: #8D8D8D. Windows color (decimal): -3047140 or 1868241. OLE color: 1868241.

HSL color Cylindrical-coordinate representation of color #D1811C: hue angle of 33.48º degrees, saturation: 0.76, 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 #D1811C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 28 -
CMYK 0 0.38 0.87 0.18
HSL 33.48º 0.76% 0.46% -
HSV(B) 33.48º 0.87% 0.82% -
XYZ 34.35 29.34 4.95 -
YUV 141.41 64 176.21 -
System Red Green Blue C M Y K H S L
Decimal 209 129 28 0 0.38 0.87 0.18 33.48 0.76 0.46
Hex D1 81 1C 0 26 57 12 21 4C 2E
Octal 321 201 34 0 46 127 22 41 114 56
Binary 11010001 10000001 11100 0 100110 1010111 10010 100001 1001100 101110

Color Harmonies of #D1811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1811C

Black with #D1811C

Text Example


Text Example

White with #D1811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1811C; }

 p { color: rgb(209,129,28); }

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

background-color css

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

 a { background-color: rgb(209,129,28); }

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

border-color css

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

 span { border-color: rgb(209,129,28); }

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