Html Css Color HEX #DB7F16 Ochre

📋 copy color: '#DB7F16'

red 219 ◦ green 127 ◦ blue 22

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

Shades of Ochre #DB7F16

Tints of Ochre #DB7F16

RGB

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

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

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

R = 59.51%
G = 34.51%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7F16 (or 0xDB7F16) is known color: Ochre. HEX triplet: DB, 7F and 16. RGB value is (219,127,22). Sum of RGB (Red+Green+Blue) = 219+127+22=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F16 is #2480E9. Grayscale: #8F8F8F. Windows color (decimal): -2392298 or 1474523. OLE color: 1474523.

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

Color convert

RGB 219 127 22 -
CMYK 0 0.42 0.90 0.14
HSL 31.98º 0.82% 0.47% -
HSV(B) 31.98º 0.9% 0.86% -
XYZ 36.95 30.3 4.66 -
YUV 142.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 219 127 22 0 0.42 0.90 0.14 31.98 0.82 0.47
Hex DB 7F 16 0 2A 5A E 20 52 2F
Octal 333 177 26 0 52 132 16 40 122 57
Binary 11011011 1111111 10110 0 101010 1011010 1110 100000 1010010 101111

Color Harmonies of #DB7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F16

Black with #DB7F16

Text Example


Text Example

White with #DB7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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