Html Css Color HEX #DB7F19 Ochre

📋 copy color: '#DB7F19'

red 219 ◦ green 127 ◦ blue 25

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

Shades of Ochre #DB7F19

Tints of Ochre #DB7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 59.03%
G = 34.23%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7F19 (or 0xDB7F19) is known color: Ochre. HEX triplet: DB, 7F and 19. RGB value is (219,127,25). Sum of RGB (Red+Green+Blue) = 219+127+25=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F19 is #2480E6. Grayscale: #8F8F8F. Windows color (decimal): -2392295 or 1671131. OLE color: 1671131.

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

Color convert

RGB 219 127 25 -
CMYK 0 0.42 0.89 0.14
HSL 31.55º 0.8% 0.48% -
HSV(B) 31.55º 0.89% 0.86% -
XYZ 36.98 30.31 4.82 -
YUV 142.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 219 127 25 0 0.42 0.89 0.14 31.55 0.8 0.48
Hex DB 7F 19 0 2A 59 E 20 50 30
Octal 333 177 31 0 52 131 16 40 120 60
Binary 11011011 1111111 11001 0 101010 1011001 1110 100000 1010000 110000

Color Harmonies of #DB7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F19

Black with #DB7F19

Text Example


Text Example

White with #DB7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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