Html Css Color HEX #DB8319 Ochre

📋 copy color: '#DB8319'

red 219 ◦ green 131 ◦ blue 25

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

Shades of Ochre #DB8319

Tints of Ochre #DB8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 58.4%
G = 34.93%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB8319 (or 0xDB8319) is known color: Ochre. HEX triplet: DB, 83 and 19. RGB value is (219,131,25). Sum of RGB (Red+Green+Blue) = 219+131+25=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8319 is #247CE6. Grayscale: #919191. Windows color (decimal): -2391271 or 1672155. OLE color: 1672155.

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

Color convert

RGB 219 131 25 -
CMYK 0 0.40 0.89 0.14
HSL 32.78º 0.8% 0.48% -
HSV(B) 32.78º 0.89% 0.86% -
XYZ 37.51 31.36 5 -
YUV 145.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 219 131 25 0 0.40 0.89 0.14 32.78 0.8 0.48
Hex DB 83 19 0 28 59 E 21 50 30
Octal 333 203 31 0 50 131 16 41 120 60
Binary 11011011 10000011 11001 0 101000 1011001 1110 100001 1010000 110000

Color Harmonies of #DB8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8319

Black with #DB8319

Text Example


Text Example

White with #DB8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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