Html Css Color HEX #DB8312 Ochre

📋 copy color: '#DB8312'

red 219 ◦ green 131 ◦ blue 18

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

Shades of Ochre #DB8312

Tints of Ochre #DB8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 59.51%
G = 35.6%
B = 4.89%

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

#DB8312 (or 0xDB8312) is known color: Ochre. HEX triplet: DB, 83 and 12. RGB value is (219,131,18). Sum of RGB (Red+Green+Blue) = 219+131+18=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8312 is #247CED. Grayscale: #909090. Windows color (decimal): -2391278 or 1213403. OLE color: 1213403.

HSL color Cylindrical-coordinate representation of color #DB8312: hue angle of 33.73º degrees, saturation: 0.85, 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 #DB8312 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 18 -
CMYK 0 0.40 0.92 0.14
HSL 33.73º 0.85% 0.46% -
HSV(B) 33.73º 0.92% 0.86% -
XYZ 37.44 31.34 4.65 -
YUV 144.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 219 131 18 0 0.40 0.92 0.14 33.73 0.85 0.46
Hex DB 83 12 0 28 5C E 22 55 2E
Octal 333 203 22 0 50 134 16 42 125 56
Binary 11011011 10000011 10010 0 101000 1011100 1110 100010 1010101 101110

Color Harmonies of #DB8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8312

Black with #DB8312

Text Example


Text Example

White with #DB8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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