Html Css Color HEX #DB8015 Ochre

📋 copy color: '#DB8015'

red 219 ◦ green 128 ◦ blue 21

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

Shades of Ochre #DB8015

Tints of Ochre #DB8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 59.51%
G = 34.78%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8015 (or 0xDB8015) is known color: Ochre. HEX triplet: DB, 80 and 15. RGB value is (219,128,21). Sum of RGB (Red+Green+Blue) = 219+128+21=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8015 is #247FEA. Grayscale: #8F8F8F. Windows color (decimal): -2392043 or 1409243. OLE color: 1409243.

HSL color Cylindrical-coordinate representation of color #DB8015: hue angle of 32.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8015 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 21 -
CMYK 0 0.42 0.90 0.14
HSL 32.42º 0.83% 0.47% -
HSV(B) 32.42º 0.9% 0.86% -
XYZ 37.07 30.55 4.65 -
YUV 143.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 219 128 21 0 0.42 0.90 0.14 32.42 0.83 0.47
Hex DB 80 15 0 2A 5A E 20 52 2F
Octal 333 200 25 0 52 132 16 40 122 57
Binary 11011011 10000000 10101 0 101010 1011010 1110 100000 1010010 101111

Color Harmonies of #DB8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8015

Black with #DB8015

Text Example


Text Example

White with #DB8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8015; }

 p { color: rgb(219,128,21); }

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

background-color css

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

 a { background-color: rgb(219,128,21); }

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

border-color css

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

 span { border-color: rgb(219,128,21); }

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