Html Css Color HEX #DB7A16 Ochre

📋 copy color: '#DB7A16'

red 219 ◦ green 122 ◦ blue 22

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

Shades of Ochre #DB7A16

Tints of Ochre #DB7A16

RGB

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

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

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

R = 60.33%
G = 33.61%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7A16 (or 0xDB7A16) is known color: Ochre. HEX triplet: DB, 7A and 16. RGB value is (219,122,22). Sum of RGB (Red+Green+Blue) = 219+122+22=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A16 is #2485E9. Grayscale: #8C8C8C. Windows color (decimal): -2393578 or 1473243. OLE color: 1473243.

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

Color convert

RGB 219 122 22 -
CMYK 0 0.44 0.90 0.14
HSL 30.46º 0.82% 0.47% -
HSV(B) 30.46º 0.9% 0.86% -
XYZ 36.32 29.04 4.45 -
YUV 139.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 219 122 22 0 0.44 0.90 0.14 30.46 0.82 0.47
Hex DB 7A 16 0 2C 5A E 1E 52 2F
Octal 333 172 26 0 54 132 16 36 122 57
Binary 11011011 1111010 10110 0 101100 1011010 1110 11110 1010010 101111

Color Harmonies of #DB7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A16

Black with #DB7A16

Text Example


Text Example

White with #DB7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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