Html Css Color HEX #D1811E Ochre

📋 copy color: '#D1811E'

red 209 ◦ green 129 ◦ blue 30

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

Shades of Ochre #D1811E

Tints of Ochre #D1811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 56.79%
G = 35.05%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1811E (or 0xD1811E) is known color: Ochre. HEX triplet: D1, 81 and 1E. RGB value is (209,129,30). Sum of RGB (Red+Green+Blue) = 209+129+30=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1811E is #2E7EE1. Grayscale: #8E8E8E. Windows color (decimal): -3047138 or 1999313. OLE color: 1999313.

HSL color Cylindrical-coordinate representation of color #D1811E: hue angle of 33.18º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1811E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 30 -
CMYK 0 0.38 0.86 0.18
HSL 33.18º 0.75% 0.47% -
HSV(B) 33.18º 0.86% 0.82% -
XYZ 34.38 29.35 5.08 -
YUV 141.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 209 129 30 0 0.38 0.86 0.18 33.18 0.75 0.47
Hex D1 81 1E 0 26 56 12 21 4B 2F
Octal 321 201 36 0 46 126 22 41 113 57
Binary 11010001 10000001 11110 0 100110 1010110 10010 100001 1001011 101111

Color Harmonies of #D1811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1811E

Black with #D1811E

Text Example


Text Example

White with #D1811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1811E; }

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

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

background-color css

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

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

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

border-color css

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

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

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