Html Css Color HEX #DB791B Ochre

📋 copy color: '#DB791B'

red 219 ◦ green 121 ◦ blue 27

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

Shades of Ochre #DB791B

Tints of Ochre #DB791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 59.67%
G = 32.97%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB791B (or 0xDB791B) is known color: Ochre. HEX triplet: DB, 79 and 1B. RGB value is (219,121,27). Sum of RGB (Red+Green+Blue) = 219+121+27=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB791B is #2486E4. Grayscale: #8C8C8C. Windows color (decimal): -2393829 or 1800667. OLE color: 1800667.

HSL color Cylindrical-coordinate representation of color #DB791B: hue angle of 29.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB791B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 27 -
CMYK 0 0.45 0.88 0.14
HSL 29.38º 0.78% 0.48% -
HSV(B) 29.38º 0.88% 0.86% -
XYZ 36.25 28.81 4.69 -
YUV 139.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 219 121 27 0 0.45 0.88 0.14 29.38 0.78 0.48
Hex DB 79 1B 0 2D 58 E 1D 4E 30
Octal 333 171 33 0 55 130 16 35 116 60
Binary 11011011 1111001 11011 0 101101 1011000 1110 11101 1001110 110000

Color Harmonies of #DB791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB791B

Black with #DB791B

Text Example


Text Example

White with #DB791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB791B; }

 p { color: rgb(219,121,27); }

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

background-color css

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

 a { background-color: rgb(219,121,27); }

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

border-color css

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

 span { border-color: rgb(219,121,27); }

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