Html Css Color HEX #DB8115 Ochre

📋 copy color: '#DB8115'

red 219 ◦ green 129 ◦ blue 21

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

Shades of Ochre #DB8115

Tints of Ochre #DB8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 59.35%
G = 34.96%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8115 (or 0xDB8115) is known color: Ochre. HEX triplet: DB, 81 and 15. RGB value is (219,129,21). Sum of RGB (Red+Green+Blue) = 219+129+21=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8115 is #247EEA. Grayscale: #909090. Windows color (decimal): -2391787 or 1409499. OLE color: 1409499.

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

Color convert

RGB 219 129 21 -
CMYK 0 0.41 0.90 0.14
HSL 32.73º 0.83% 0.47% -
HSV(B) 32.73º 0.9% 0.86% -
XYZ 37.2 30.81 4.7 -
YUV 143.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 219 129 21 0 0.41 0.90 0.14 32.73 0.83 0.47
Hex DB 81 15 0 29 5A E 21 52 2F
Octal 333 201 25 0 51 132 16 41 122 57
Binary 11011011 10000001 10101 0 101001 1011010 1110 100001 1010010 101111

Color Harmonies of #DB8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8115

Black with #DB8115

Text Example


Text Example

White with #DB8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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