Html Css Color HEX #DB7A19 Ochre

📋 copy color: '#DB7A19'

red 219 ◦ green 122 ◦ blue 25

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

Shades of Ochre #DB7A19

Tints of Ochre #DB7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 59.84%
G = 33.33%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7A19 (or 0xDB7A19) is known color: Ochre. HEX triplet: DB, 7A and 19. RGB value is (219,122,25). Sum of RGB (Red+Green+Blue) = 219+122+25=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A19 is #2485E6. Grayscale: #8C8C8C. Windows color (decimal): -2393575 or 1669851. OLE color: 1669851.

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

Color convert

RGB 219 122 25 -
CMYK 0 0.44 0.89 0.14
HSL 30º 0.8% 0.48% -
HSV(B) 30º 0.89% 0.86% -
XYZ 36.35 29.05 4.61 -
YUV 139.95 63.14 184.39 -
System Red Green Blue C M Y K H S L
Decimal 219 122 25 0 0.44 0.89 0.14 30 0.8 0.48
Hex DB 7A 19 0 2C 59 E 1E 50 30
Octal 333 172 31 0 54 131 16 36 120 60
Binary 11011011 1111010 11001 0 101100 1011001 1110 11110 1010000 110000

Color Harmonies of #DB7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A19

Black with #DB7A19

Text Example


Text Example

White with #DB7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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