Html Css Color HEX #DB8318 Ochre

📋 copy color: '#DB8318'

red 219 ◦ green 131 ◦ blue 24

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

Shades of Ochre #DB8318

Tints of Ochre #DB8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 58.56%
G = 35.03%
B = 6.42%

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

#DB8318 (or 0xDB8318) is known color: Ochre. HEX triplet: DB, 83 and 18. RGB value is (219,131,24). Sum of RGB (Red+Green+Blue) = 219+131+24=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8318 is #247CE7. Grayscale: #919191. Windows color (decimal): -2391272 or 1606619. OLE color: 1606619.

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

Color convert

RGB 219 131 24 -
CMYK 0 0.40 0.89 0.14
HSL 32.92º 0.8% 0.48% -
HSV(B) 32.92º 0.89% 0.86% -
XYZ 37.49 31.36 4.94 -
YUV 145.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 219 131 24 0 0.40 0.89 0.14 32.92 0.8 0.48
Hex DB 83 18 0 28 59 E 21 50 30
Octal 333 203 30 0 50 131 16 41 120 60
Binary 11011011 10000011 11000 0 101000 1011001 1110 100001 1010000 110000

Color Harmonies of #DB8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8318

Black with #DB8318

Text Example


Text Example

White with #DB8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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