Html Css Color HEX #DB7916 Ochre

📋 copy color: '#DB7916'

red 219 ◦ green 121 ◦ blue 22

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

Shades of Ochre #DB7916

Tints of Ochre #DB7916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 60.5%
G = 33.43%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7916 (or 0xDB7916) is known color: Ochre. HEX triplet: DB, 79 and 16. RGB value is (219,121,22). Sum of RGB (Red+Green+Blue) = 219+121+22=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7916 is #2486E9. Grayscale: #8B8B8B. Windows color (decimal): -2393834 or 1472987. OLE color: 1472987.

HSL color Cylindrical-coordinate representation of color #DB7916: hue angle of 30.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB7916 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 22 -
CMYK 0 0.45 0.90 0.14
HSL 30.15º 0.82% 0.47% -
HSV(B) 30.15º 0.9% 0.86% -
XYZ 36.2 28.79 4.41 -
YUV 139.02 61.97 185.05 -
System Red Green Blue C M Y K H S L
Decimal 219 121 22 0 0.45 0.90 0.14 30.15 0.82 0.47
Hex DB 79 16 0 2D 5A E 1E 52 2F
Octal 333 171 26 0 55 132 16 36 122 57
Binary 11011011 1111001 10110 0 101101 1011010 1110 11110 1010010 101111

Color Harmonies of #DB7916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7916

Black with #DB7916

Text Example


Text Example

White with #DB7916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7916; }

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

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

background-color css

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

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

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

border-color css

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

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

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