Html Css Color HEX #DB7719 Ochre

📋 copy color: '#DB7719'

red 219 ◦ green 119 ◦ blue 25

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

Shades of Ochre #DB7719

Tints of Ochre #DB7719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 60.33%
G = 32.78%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7719 (or 0xDB7719) is known color: Ochre. HEX triplet: DB, 77 and 19. RGB value is (219,119,25). Sum of RGB (Red+Green+Blue) = 219+119+25=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7719 is #2488E6. Grayscale: #8A8A8A. Windows color (decimal): -2394343 or 1669083. OLE color: 1669083.

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

Color convert

RGB 219 119 25 -
CMYK 0 0.46 0.89 0.14
HSL 29.07º 0.8% 0.48% -
HSV(B) 29.07º 0.89% 0.86% -
XYZ 35.99 28.32 4.49 -
YUV 138.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 219 119 25 0 0.46 0.89 0.14 29.07 0.8 0.48
Hex DB 77 19 0 2E 59 E 1D 50 30
Octal 333 167 31 0 56 131 16 35 120 60
Binary 11011011 1110111 11001 0 101110 1011001 1110 11101 1010000 110000

Color Harmonies of #DB7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7719

Black with #DB7719

Text Example


Text Example

White with #DB7719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7719; }

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

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

background-color css

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

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

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

border-color css

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

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

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