Html Css Color HEX #DB8311 Ochre

📋 copy color: '#DB8311'

red 219 ◦ green 131 ◦ blue 17

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

Shades of Ochre #DB8311

Tints of Ochre #DB8311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 59.67%
G = 35.69%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB8311 (or 0xDB8311) is known color: Ochre. HEX triplet: DB, 83 and 11. RGB value is (219,131,17). Sum of RGB (Red+Green+Blue) = 219+131+17=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8311 is #247CEE. Grayscale: #909090. Windows color (decimal): -2391279 or 1147867. OLE color: 1147867.

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

Color convert

RGB 219 131 17 -
CMYK 0 0.40 0.92 0.14
HSL 33.86º 0.86% 0.46% -
HSV(B) 33.86º 0.92% 0.86% -
XYZ 37.43 31.33 4.61 -
YUV 144.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 219 131 17 0 0.40 0.92 0.14 33.86 0.86 0.46
Hex DB 83 11 0 28 5C E 22 56 2E
Octal 333 203 21 0 50 134 16 42 126 56
Binary 11011011 10000011 10001 0 101000 1011100 1110 100010 1010110 101110

Color Harmonies of #DB8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8311

Black with #DB8311

Text Example


Text Example

White with #DB8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8311; }

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

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

background-color css

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

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

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

border-color css

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

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

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