Html Css Color HEX #DB8317 Ochre

📋 copy color: '#DB8317'

red 219 ◦ green 131 ◦ blue 23

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

Shades of Ochre #DB8317

Tints of Ochre #DB8317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 58.71%
G = 35.12%
B = 6.17%

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

#DB8317 (or 0xDB8317) is known color: Ochre. HEX triplet: DB, 83 and 17. RGB value is (219,131,23). Sum of RGB (Red+Green+Blue) = 219+131+23=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8317 is #247CE8. Grayscale: #919191. Windows color (decimal): -2391273 or 1541083. OLE color: 1541083.

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

Color convert

RGB 219 131 23 -
CMYK 0 0.40 0.89 0.14
HSL 33.06º 0.81% 0.47% -
HSV(B) 33.06º 0.89% 0.86% -
XYZ 37.48 31.35 4.89 -
YUV 145 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 219 131 23 0 0.40 0.89 0.14 33.06 0.81 0.47
Hex DB 83 17 0 28 59 E 21 51 2F
Octal 333 203 27 0 50 131 16 41 121 57
Binary 11011011 10000011 10111 0 101000 1011001 1110 100001 1010001 101111

Color Harmonies of #DB8317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8317

Black with #DB8317

Text Example


Text Example

White with #DB8317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8317; }

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

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

background-color css

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

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

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

border-color css

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

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

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