Html Css Color HEX #DB831E Ochre

📋 copy color: '#DB831E'

red 219 ◦ green 131 ◦ blue 30

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

Shades of Ochre #DB831E

Tints of Ochre #DB831E

RGB

 RED value IS 219 (85.94% from 255) = 57.63%

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

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

R = 57.63%
G = 34.47%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB831E (or 0xDB831E) is known color: Ochre. HEX triplet: DB, 83 and 1E. RGB value is (219,131,30). Sum of RGB (Red+Green+Blue) = 219+131+30=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB831E is #247CE1. Grayscale: #929292. Windows color (decimal): -2391266 or 1999835. OLE color: 1999835.

HSL color Cylindrical-coordinate representation of color #DB831E: hue angle of 32.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB831E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 30 -
CMYK 0 0.40 0.86 0.14
HSL 32.06º 0.76% 0.49% -
HSV(B) 32.06º 0.86% 0.86% -
XYZ 37.56 31.39 5.31 -
YUV 145.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 219 131 30 0 0.40 0.86 0.14 32.06 0.76 0.49
Hex DB 83 1E 0 28 56 E 20 4C 31
Octal 333 203 36 0 50 126 16 40 114 61
Binary 11011011 10000011 11110 0 101000 1010110 1110 100000 1001100 110001

Color Harmonies of #DB831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB831E

Black with #DB831E

Text Example


Text Example

White with #DB831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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