Html Css Color HEX #DB8313 Ochre

📋 copy color: '#DB8313'

red 219 ◦ green 131 ◦ blue 19

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

Shades of Ochre #DB8313

Tints of Ochre #DB8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 59.35%
G = 35.5%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8313 (or 0xDB8313) is known color: Ochre. HEX triplet: DB, 83 and 13. RGB value is (219,131,19). Sum of RGB (Red+Green+Blue) = 219+131+19=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8313 is #247CEC. Grayscale: #919191. Windows color (decimal): -2391277 or 1278939. OLE color: 1278939.

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

Color convert

RGB 219 131 19 -
CMYK 0 0.40 0.91 0.14
HSL 33.6º 0.84% 0.47% -
HSV(B) 33.6º 0.91% 0.86% -
XYZ 37.45 31.34 4.69 -
YUV 144.54 57.15 181.11 -
System Red Green Blue C M Y K H S L
Decimal 219 131 19 0 0.40 0.91 0.14 33.6 0.84 0.47
Hex DB 83 13 0 28 5B E 22 54 2F
Octal 333 203 23 0 50 133 16 42 124 57
Binary 11011011 10000011 10011 0 101000 1011011 1110 100010 1010100 101111

Color Harmonies of #DB8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8313

Black with #DB8313

Text Example


Text Example

White with #DB8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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