Html Css Color HEX #DB7C19 Ochre

📋 copy color: '#DB7C19'

red 219 ◦ green 124 ◦ blue 25

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

Shades of Ochre #DB7C19

Tints of Ochre #DB7C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 59.51%
G = 33.7%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7C19 (or 0xDB7C19) is known color: Ochre. HEX triplet: DB, 7C and 19. RGB value is (219,124,25). Sum of RGB (Red+Green+Blue) = 219+124+25=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C19 is #2483E6. Grayscale: #8D8D8D. Windows color (decimal): -2393063 or 1670363. OLE color: 1670363.

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

Color convert

RGB 219 124 25 -
CMYK 0 0.43 0.89 0.14
HSL 30.62º 0.8% 0.48% -
HSV(B) 30.62º 0.89% 0.86% -
XYZ 36.6 29.55 4.69 -
YUV 141.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 219 124 25 0 0.43 0.89 0.14 30.62 0.8 0.48
Hex DB 7C 19 0 2B 59 E 1F 50 30
Octal 333 174 31 0 53 131 16 37 120 60
Binary 11011011 1111100 11001 0 101011 1011001 1110 11111 1010000 110000

Color Harmonies of #DB7C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C19

Black with #DB7C19

Text Example


Text Example

White with #DB7C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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