Html Css Color HEX #D1831E Ochre

📋 copy color: '#D1831E'

red 209 ◦ green 131 ◦ blue 30

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

Shades of Ochre #D1831E

Tints of Ochre #D1831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 56.49%
G = 35.41%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1831E (or 0xD1831E) is known color: Ochre. HEX triplet: D1, 83 and 1E. RGB value is (209,131,30). Sum of RGB (Red+Green+Blue) = 209+131+30=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1831E is #2E7CE1. Grayscale: #8F8F8F. Windows color (decimal): -3046626 or 1999825. OLE color: 1999825.

HSL color Cylindrical-coordinate representation of color #D1831E: hue angle of 33.85º 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 #D1831E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 30 -
CMYK 0 0.37 0.86 0.18
HSL 33.85º 0.75% 0.47% -
HSV(B) 33.85º 0.86% 0.82% -
XYZ 34.65 29.88 5.17 -
YUV 142.81 64.34 175.21 -
System Red Green Blue C M Y K H S L
Decimal 209 131 30 0 0.37 0.86 0.18 33.85 0.75 0.47
Hex D1 83 1E 0 25 56 12 22 4B 2F
Octal 321 203 36 0 45 126 22 42 113 57
Binary 11010001 10000011 11110 0 100101 1010110 10010 100010 1001011 101111

Color Harmonies of #D1831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1831E

Black with #D1831E

Text Example


Text Example

White with #D1831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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